Class AuthorisationServerMetaData


  • public class AuthorisationServerMetaData
    extends Object
    • Constructor Detail

      • AuthorisationServerMetaData

        public AuthorisationServerMetaData()
    • Method Detail

      • getIssuer

        public String getIssuer()
      • setIssuer

        public void setIssuer​(String issuer)
      • getAuthorisationEndpoint

        public String getAuthorisationEndpoint()
      • setAuthorisationEndpoint

        public void setAuthorisationEndpoint​(String authorisationEndpoint)
      • 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)
      • getScopesSupported

        public List<String> getScopesSupported()
      • setScopesSupported

        public void setScopesSupported​(List<String> scopesSupported)
      • getResponseTypesSupported

        public List<String> getResponseTypesSupported()
      • setResponseTypesSupported

        public void setResponseTypesSupported​(List<String> responseTypesSupported)
      • getResponseModesSupported

        public List<String> getResponseModesSupported()
      • setResponseModesSupported

        public void setResponseModesSupported​(List<String> responseModesSupported)
      • getGrantTypesSupported

        public List<String> getGrantTypesSupported()
      • setGrantTypesSupported

        public void setGrantTypesSupported​(List<String> grantTypesSupported)
      • getTokenEndpointAuthMethodsSupported

        public List<String> getTokenEndpointAuthMethodsSupported()
      • setTokenEndpointAuthMethodsSupported

        public void setTokenEndpointAuthMethodsSupported​(List<String> tokenEndpointAuthMethodsSupported)
      • getTokenEndpointAuthSigningAlgValuesSupported

        public List<String> getTokenEndpointAuthSigningAlgValuesSupported()
      • setTokenEndpointAuthSigningAlgValuesSupported

        public void setTokenEndpointAuthSigningAlgValuesSupported​(List<String> tokenEndpointAuthSigningAlgValuesSupported)
      • getServiceDocumentation

        public String getServiceDocumentation()
      • setServiceDocumentation

        public void setServiceDocumentation​(String serviceDocumentation)
      • getUiLocalesSupported

        public List<String> getUiLocalesSupported()
      • setUiLocalesSupported

        public void setUiLocalesSupported​(List<String> uiLocalesSupported)
      • getOpPolicyUri

        public String getOpPolicyUri()
      • setOpPolicyUri

        public void setOpPolicyUri​(String opPolicyUri)
      • getOpTosUri

        public String getOpTosUri()
      • setOpTosUri

        public void setOpTosUri​(String opTosUri)
      • getRevocationEndpoint

        public String getRevocationEndpoint()
      • setRevocationEndpoint

        public void setRevocationEndpoint​(String revocationEndpoint)
      • getRevocationEndpointAuthMethodsSupported

        public List<String> getRevocationEndpointAuthMethodsSupported()
      • setRevocationEndpointAuthMethodsSupported

        public void setRevocationEndpointAuthMethodsSupported​(List<String> revocationEndpointAuthMethodsSupported)
      • getRevocationEndpointAuthSigningAlgValuesSupported

        public List<String> getRevocationEndpointAuthSigningAlgValuesSupported()
      • setRevocationEndpointAuthSigningAlgValuesSupported

        public void setRevocationEndpointAuthSigningAlgValuesSupported​(List<String> revocationEndpointAuthSigningAlgValuesSupported)
      • getIntrospectionEndpoint

        public String getIntrospectionEndpoint()
      • setIntrospectionEndpoint

        public void setIntrospectionEndpoint​(String introspectionEndpoint)
      • getIntrospectionEndpointAuthMethodsSupported

        public List<String> getIntrospectionEndpointAuthMethodsSupported()
      • setIntrospectionEndpointAuthMethodsSupported

        public void setIntrospectionEndpointAuthMethodsSupported​(List<String> introspectionEndpointAuthMethodsSupported)
      • getIntrospectionEndpointAuthSigningAlgValuesSupported

        public List<String> getIntrospectionEndpointAuthSigningAlgValuesSupported()
      • setIntrospectionEndpointAuthSigningAlgValuesSupported

        public void setIntrospectionEndpointAuthSigningAlgValuesSupported​(List<String> introspectionEndpointAuthSigningAlgValuesSupported)
      • getCodeChallengeMethodsSupported

        public List<String> getCodeChallengeMethodsSupported()
      • setCodeChallengeMethodsSupported

        public void setCodeChallengeMethodsSupported​(List<String> codeChallengeMethodsSupported)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object