Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
Modifier and Type | Method and Description |
---|---|
UserInfoClaims |
ScopeValidator.getUserInfo(ClientRegistration clientRegistration,
AccessToken token,
OAuth2Request request)
Gets the resource owners information based on an issued access token.
|
boolean |
ClientRegistration.verifyJwtBearerForClientAuthentication(OAuth2Request request,
OAuth2Jwt jwt)
Verifies that the supplied jwt is signed by this client.
|
SignedJwt |
ClientRegistration.verifyJwtRequestParameter(OAuth2Request request,
Jwt jwt)
Verifies that the supplied request parameter jwt is signed by this client.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.