public interface OAuth2Uris
The actual implementation is responsible for providing the method in which these settings are configured. This interface only describes the API for other code to get the OAuth2 provider settings.
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizationEndpoint()
Gets the URI for the OAuth2 authorize endpoint.
|
String |
getCheckSessionEndpoint()
Gets the URI for the OpenID Connect check session endpoint.
|
String |
getClientRegistrationEndpoint()
Gets the OpenID Connect client registration endpoint.
|
String |
getDeviceAuthorizationEndpoint()
Returns the default URL for this provider's Device Flow Authorization endpoint.
|
String |
getEndSessionEndpoint()
Gets the URI for the OpenID Connect end session endpoint.
|
String |
getIntrospectionEndpoint()
Returns the default URL for this provider's token introspection endpoint.
|
String |
getIssuer()
Gets the identifier of this issuer.
|
String |
getJWKSUri()
Gets the JSON Web Key Set URI.
|
String |
getResourceSetRegistrationEndpoint()
Returns the default URL for this provider's Resource Set Registration endpoint.
|
String |
getResourceSetRegistrationPolicyEndpoint(String resourceSetId)
Returns the default URL for this provider's Resource Set Registration policy endpoint.
|
String |
getTokenEndpoint()
Gets the URI for the OAuth2 token endpoint.
|
String |
getUserInfoEndpoint()
Gets the URI for the OpenID Connect user info endpoint.
|
String getIssuer() throws ServerException
ServerException
String getAuthorizationEndpoint()
String getTokenEndpoint()
String getUserInfoEndpoint()
String getCheckSessionEndpoint()
String getEndSessionEndpoint()
String getJWKSUri() throws ServerException
ServerException
- If any internal server error occurs.String getClientRegistrationEndpoint()
String getIntrospectionEndpoint()
String getResourceSetRegistrationPolicyEndpoint(String resourceSetId)
String getResourceSetRegistrationEndpoint()
String getDeviceAuthorizationEndpoint()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.