Class OAuth2Discovery

  • Direct Known Subclasses:
    UmaMetadata

    public class OAuth2Discovery
    extends Object
    OAuth discovery
    Author:
    yuriyz on 05/17/2017.
    • Constructor Detail

      • OAuth2Discovery

        public OAuth2Discovery()
    • Method Detail

      • getIssuer

        public String getIssuer()
      • setIssuer

        public void setIssuer​(String issuer)
      • getAuthorizationEndpoint

        public String getAuthorizationEndpoint()
      • setAuthorizationEndpoint

        public void setAuthorizationEndpoint​(String authorizationEndpoint)
      • getTokenEndpoint

        public String getTokenEndpoint()
      • setTokenEndpoint

        public void setTokenEndpoint​(String tokenEndpoint)
      • getJwksUri

        public String getJwksUri()
      • setJwksUri

        public void setJwksUri​(String jwksUri)
      • getRegistrationEndpoint

        public String getRegistrationEndpoint()
      • setRegistrationEndpoint

        public void setRegistrationEndpoint​(String registrationEndpoint)
      • getResponseTypesSupported

        public String[] getResponseTypesSupported()
      • setResponseTypesSupported

        public void setResponseTypesSupported​(String[] responseTypesSupported)
      • getGrantTypesSupported

        public String[] getGrantTypesSupported()
      • setGrantTypesSupported

        public void setGrantTypesSupported​(String[] grantTypesSupported)
      • getTokenEndpointAuthMethodsSupported

        public String[] getTokenEndpointAuthMethodsSupported()
      • setTokenEndpointAuthMethodsSupported

        public void setTokenEndpointAuthMethodsSupported​(String[] tokenEndpointAuthMethodsSupported)
      • getTokenEndpointAuthSigningAlgValuesSupported

        public String[] getTokenEndpointAuthSigningAlgValuesSupported()
      • setTokenEndpointAuthSigningAlgValuesSupported

        public void setTokenEndpointAuthSigningAlgValuesSupported​(String[] tokenEndpointAuthSigningAlgValuesSupported)
      • getServiceDocumentation

        public String getServiceDocumentation()
      • setServiceDocumentation

        public void setServiceDocumentation​(String serviceDocumentation)
      • getUiLocalesSupported

        public String[] getUiLocalesSupported()
      • setUiLocalesSupported

        public void setUiLocalesSupported​(String[] uiLocalesSupported)
      • getOpPolicyUri

        public String getOpPolicyUri()
      • setOpPolicyUri

        public void setOpPolicyUri​(String opPolicyUri)
      • getOpTosUri

        public String getOpTosUri()
      • setOpTosUri

        public void setOpTosUri​(String opTosUri)
      • getIntrospectionEndpoint

        public String getIntrospectionEndpoint()
      • setIntrospectionEndpoint

        public void setIntrospectionEndpoint​(String introspectionEndpoint)
      • getCodeChallengeMethodsSupported

        public String[] getCodeChallengeMethodsSupported()
      • setCodeChallengeMethodsSupported

        public void setCodeChallengeMethodsSupported​(String[] codeChallengeMethodsSupported)