Class OidcConfigForResponse

    • Method Detail

      • clientId

        public final String clientId()

        The OIDC IdP client ID used to configure your private workforce.

        Returns:
        The OIDC IdP client ID used to configure your private workforce.
      • issuer

        public final String issuer()

        The OIDC IdP issuer used to configure your private workforce.

        Returns:
        The OIDC IdP issuer used to configure your private workforce.
      • authorizationEndpoint

        public final String authorizationEndpoint()

        The OIDC IdP authorization endpoint used to configure your private workforce.

        Returns:
        The OIDC IdP authorization endpoint used to configure your private workforce.
      • tokenEndpoint

        public final String tokenEndpoint()

        The OIDC IdP token endpoint used to configure your private workforce.

        Returns:
        The OIDC IdP token endpoint used to configure your private workforce.
      • userInfoEndpoint

        public final String userInfoEndpoint()

        The OIDC IdP user information endpoint used to configure your private workforce.

        Returns:
        The OIDC IdP user information endpoint used to configure your private workforce.
      • logoutEndpoint

        public final String logoutEndpoint()

        The OIDC IdP logout endpoint used to configure your private workforce.

        Returns:
        The OIDC IdP logout endpoint used to configure your private workforce.
      • jwksUri

        public final String jwksUri()

        The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

        Returns:
        The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)