Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AccessToken
Models an OAuth2 access token.
|
interface |
IntrospectableToken
An OAuth 2.0 token abstraction for introspection.
|
Modifier and Type | Method and Description |
---|---|
Collection<Token> |
OAuth2Request.getTokens()
Get all the tokens that have been used in this request.
|
Map.Entry<String,Token> |
ResponseTypeHandler.handle(String tokenType,
Set<String> scope,
ResourceOwner resourceOwner,
String clientId,
String redirectUri,
String nonce,
OAuth2Request request,
String codeChallenge,
String codeChallengeMethod)
Handles the creating of a Token instance and storing the Token in the OAuth2 provider
TokenStore . |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ScopeValidator.additionalDataToReturnFromAuthorizeEndpoint(Map<String,Token> tokens,
OAuth2Request request)
Provided as an extension point to allow the OAuth2 provider to return additional data from an authorization
request.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.