Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2Jwt |
OAuth2Jwt.create(org.forgerock.json.jose.jws.SignedJwt jws)
Creates an
OAuth2Jwt instance from the provided JWT string. |
static OAuth2Jwt |
OAuth2Jwt.create(String jwtString)
Creates an
OAuth2Jwt instance from the provided JWT string. |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientRegistration.verifyJwtBearerForClientAuthentication(OAuth2Request request,
OAuth2Jwt jwt)
Verifies that the supplied jwt is signed by this client.
|
boolean |
ClientRegistration.verifyJwtSignedByUsWithConfiguredAlg(OAuth2Jwt jwt)
Verifies that the supplied jwt is signed by AM using the algorithm the client has configured to use.
|
Copyright © 2010-2016, ForgeRock All Rights Reserved.