Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
org.forgerock.oauth2.core.exceptions | |
org.forgerock.oauth2.restlet | |
org.forgerock.openam.oauth2 | |
org.forgerock.openidconnect |
Modifier and Type | Method and Description |
---|---|
static OAuth2Constants.UrlLocation |
Utils.getRequiredUrlLocation(OAuth2Request request,
ClientRegistration clientRegistration)
Determines if the UrlLocation is fragment or query based on the response types read from the request
and the type of client.
|
static OAuth2Constants.UrlLocation |
Utils.getRequiredUrlLocation(Set<String> responseTypes,
ClientRegistration clientRegistration)
Determines if the UrlLocation is fragment or query based on the given response types and the type of client.
|
OAuth2Constants.UrlLocation |
NoneResponseTypeHandler.getReturnLocation()
Returns the location in which the token should be returned,
OAuth2Constants.UrlLocation . |
OAuth2Constants.UrlLocation |
TokenResponseTypeHandler.getReturnLocation()
Returns the location in which the token should be returned,
OAuth2Constants.UrlLocation . |
OAuth2Constants.UrlLocation |
AuthorizationCodeResponseTypeHandler.getReturnLocation()
Returns the location in which the token should be returned,
OAuth2Constants.UrlLocation . |
OAuth2Constants.UrlLocation |
ResponseTypeHandler.getReturnLocation()
Returns the location in which the token should be returned,
OAuth2Constants.UrlLocation . |
Modifier and Type | Method and Description |
---|---|
OAuth2Constants.UrlLocation |
OAuth2Exception.getParameterLocation()
Gets the location of the parameters in the URL.
|
Constructor and Description |
---|
AccessDeniedException(String message,
OAuth2Constants.UrlLocation parameterLocation)
Constructs a new AccessDeniedException with specified message.
|
DuplicateRequestParameterException(String message,
OAuth2Constants.UrlLocation parameterLocation)
Constructs a new DuplicateRequestParameterException with the specified message.
|
InteractionRequiredException(OAuth2Constants.UrlLocation parameterLocation)
Constructs a new InteractionRequiredException with the specified message.
|
InvalidRequestException(String message,
OAuth2Constants.UrlLocation parameterLocation)
Constructs a new InvalidRequestException with the specified message.
|
InvalidScopeException(String message,
OAuth2Constants.UrlLocation parameterLocation)
Constructs a new InvalidScopeException with the specified message.
|
OAuth2Exception(int statusCode,
String error,
String description,
OAuth2Constants.UrlLocation parameterLocation)
Constructs a new OAuth2Exception with specified status code, error and description.
|
ResourceOwnerConsentRequiredException(OAuth2Constants.UrlLocation urlLocation)
Constructs a new ResourceOwnerConsentRequiredException with the default message,
with the error set in the appropriate location in the response.
|
UnsupportedResponseTypeException(String message,
OAuth2Constants.UrlLocation parameterLocation)
Constructs a new UnsupportedResponseTypeException instance with the specified message.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Constants.UrlLocation |
OAuth2RestletException.getParameterLocation()
Gets the location of the parameters in the URL.
|
Constructor and Description |
---|
OAuth2RestletException(int statusCode,
String error,
String description,
String redirectUri,
String state,
OAuth2Constants.UrlLocation parameterLocation)
Constructs a new OAuth2RestletException with a redirect uri.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2Constants.UrlLocation |
OAuth2Constants.UrlLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Constants.UrlLocation[] |
OAuth2Constants.UrlLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Constants.UrlLocation |
IdTokenResponseTypeHandler.getReturnLocation()
Returns the location in which the token should be returned,
OAuth2Constants.UrlLocation . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.