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(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.verifyIdTokenSignedByUsWithConfiguredAlg(OAuth2Jwt jwt)
Verifies that the supplied jwt is signed by AM using the algorithm the client has configured to use.
|
boolean |
ClientRegistration.verifyJwtBearerForClientAuthentication(OAuth2Request request,
OAuth2Jwt jwt)
Verifies that the supplied jwt is signed by this client.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.