Class AuthorisationServerMetaData
- java.lang.Object
-
- de.adorsys.xs2a.adapter.impl.oauth2.api.model.AuthorisationServerMetaData
-
public class AuthorisationServerMetaData extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthorisationServerMetaData()
-
Method Summary
-
-
-
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)
-
setResponseTypesSupported
public void setResponseTypesSupported(List<String> responseTypesSupported)
-
setResponseModesSupported
public void setResponseModesSupported(List<String> responseModesSupported)
-
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)
-
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)
-
setCodeChallengeMethodsSupported
public void setCodeChallengeMethodsSupported(List<String> codeChallengeMethodsSupported)
-
-