Class AuthorizationMetadata
java.lang.Object
org.apache.cxf.jaxrs.json.basic.JsonMapObject
org.apache.cxf.rs.security.oauth2.services.AuthorizationMetadata
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OidcProviderMetadata
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected URLgetURLProperty(String name) voidsetAuthorizationEndpoint(URL authorizationEndpoint) voidsetCodeChallengeMethodsSupported(List<String> codeChallengeMethodsSupported) voidsetGrantTypesSupported(List<String> grantTypesSupported) voidsetIntrospectionEndpoint(URL introspectionEndpoint) voidsetIntrospectionEndpointAuthMethodsSupported(List<String> introspectionEndpointAuthMethodsSupported) voidsetIntrospectionEndpointAuthSigningAlgValuesSupported(List<String> introspectionEndpointAuthSigningAlgValuesSupported) voidvoidsetJwksURL(URL jwksURL) voidsetOpPolicyURL(URL opPolicyURL) voidsetOpTosURL(URL opTosURL) voidsetRegistrationEndpoint(URL registrationEndpoint) voidsetResponseModesSupported(List<String> responseModesSupported) voidsetResponseTypesSupported(List<String> responseTypesSupported) voidsetRevocationEndpoint(URL revocationEndpoint) voidsetRevocationEndpointAuthMethodsSupported(List<String> revocationEndpointAuthMethodsSupported) voidsetRevocationEndpointAuthSigningAlgValuesSupported(List<String> revocationEndpointAuthSigningAlgValuesSupported) voidsetScopesSupported(List<String> scopesSupported) voidsetServiceDocumentation(URL serviceDocumentation) voidsetTokenEndpoint(URL tokenEndpoint) voidsetTokenEndpointAuthMethodsSupported(List<String> tokenEndpointAuthMethodsSupported) voidsetTokenEndpointAuthSigningAlgValuesSupported(List<String> tokenEndpointAuthSigningAlgValuesSupported) voidsetUiLocalesSupported(List<String> uiLocalesSupported) protected voidsetURLProperty(String name, URL url) Methods inherited from class org.apache.cxf.jaxrs.json.basic.JsonMapObject
asMap, containsProperty, equals, getBooleanProperty, getIntegerProperty, getJsonMapProperty, getListMapProperty, getListStringProperty, getLongProperty, getMapProperty, getProperty, getStringProperty, getUpdateCount, hashCode, removeProperty, setProperty, size
-
Field Details
-
ISSUER
- See Also:
-
AUTHORIZATION_ENDPOINT
- See Also:
-
TOKEN_ENDPOINT
- See Also:
-
JWKS_URI
- See Also:
-
REGISTRATION_ENDPOINT
- See Also:
-
SCOPES_SUPPORTED
- See Also:
-
RESPONSE_TYPES_SUPPORTED
- See Also:
-
RESPONSE_MODES_SUPPORTED
- See Also:
-
GRANT_TYPES_SUPPORTED
- See Also:
-
TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED
- See Also:
-
TOKEN_ENDPOINT_AUTH_SIGNING_ALG_VALUES_SUPPORTED
- See Also:
-
SERVICE_DOCUMENTATION
- See Also:
-
UI_LOCALES_SUPPORTED
- See Also:
-
OP_POLICY_URI
- See Also:
-
OP_TOS_URI
- See Also:
-
REVOCATION_ENDPOINT
- See Also:
-
REVOCATION_ENDPOINT_AUTH_METHODS_SUPPORTED
- See Also:
-
REVOCATION_ENDPOINT_AUTH_SIGNING_ALG_VALUES_SUPPORTED
- See Also:
-
INTROSPECTION_ENDPOINT
- See Also:
-
INTROSPECTION_ENDPOINT_AUTH_METHODS_SUPPORTED
- See Also:
-
INTROSPECTION_ENDPOINT_AUTH_SIGNING_ALG_VALUES_SUPPORTED
- See Also:
-
CODE_CHALLENGE_METHODS_SUPPORTED
- See Also:
-
-
Constructor Details
-
AuthorizationMetadata
public AuthorizationMetadata() -
AuthorizationMetadata
-
-
Method Details
-
getIssuer
-
setIssuer
-
getAuthorizationEndpoint
-
setAuthorizationEndpoint
-
getTokenEndpoint
-
setTokenEndpoint
-
getJwksURL
-
setJwksURL
-
getRegistrationEndpoint
-
setRegistrationEndpoint
-
getScopesSupported
-
setScopesSupported
-
getResponseTypesSupported
-
setResponseTypesSupported
-
getResponseModesSupported
-
setResponseModesSupported
-
getGrantTypesSupported
-
setGrantTypesSupported
-
getTokenEndpointAuthMethodsSupported
-
setTokenEndpointAuthMethodsSupported
-
getTokenEndpointAuthSigningAlgValuesSupported
-
setTokenEndpointAuthSigningAlgValuesSupported
-
getServiceDocumentation
-
setServiceDocumentation
-
getUiLocalesSupported
-
setUiLocalesSupported
-
getOpPolicyURL
-
setOpPolicyURL
-
getOpTosURL
-
setOpTosURL
-
getRevocationEndpoint
-
setRevocationEndpoint
-
getRevocationEndpointAuthMethodsSupported
-
setRevocationEndpointAuthMethodsSupported
-
getRevocationEndpointAuthSigningAlgValuesSupported
-
setRevocationEndpointAuthSigningAlgValuesSupported
-
getIntrospectionEndpoint
-
setIntrospectionEndpoint
-
getIntrospectionEndpointAuthMethodsSupported
-
setIntrospectionEndpointAuthMethodsSupported
-
getIntrospectionEndpointAuthSigningAlgValuesSupported
-
setIntrospectionEndpointAuthSigningAlgValuesSupported
-
getCodeChallengeMethodsSupported
-
setCodeChallengeMethodsSupported
-
getURLProperty
-
setURLProperty
-