Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
org.forgerock.openam.oauth2 |
Modifier and Type | Method and Description |
---|---|
static OAuth2Jwt |
OAuth2Jwt.create(String jwtString)
Creates an
OAuth2Jwt instance from the provided JWT string. |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientRegistration.verifyJwtIdentity(OAuth2Jwt jwt)
Verifies that the supplied jwt is signed by this client.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AgentClientRegistration.verifyJwtIdentity(OAuth2Jwt jwt)
Verifies that the supplied jwt is signed by this client.
|
boolean |
OpenAMClientRegistration.verifyJwtIdentity(OAuth2Jwt jwt) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.