Uses of Class
org.forgerock.oauth2.core.OAuth2Jwt
-
Packages that use OAuth2Jwt Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.org.forgerock.openam.oauth2 org.forgerock.openidconnect -
-
Uses of OAuth2Jwt in org.forgerock.oauth2.core
Methods in org.forgerock.oauth2.core that return OAuth2Jwt Modifier and Type Method Description static OAuth2JwtOAuth2Jwt. create(String jwtString)Creates anOAuth2Jwtinstance from the provided JWT string.Methods in org.forgerock.oauth2.core with parameters of type OAuth2Jwt Modifier and Type Method Description booleanClientRegistration. verifyJwtIdentity(OAuth2Jwt jwt)Verifies that the supplied jwt is signed by this client. -
Uses of OAuth2Jwt in org.forgerock.openam.oauth2
Methods in org.forgerock.openam.oauth2 with parameters of type OAuth2Jwt Modifier and Type Method Description booleanAgentClientRegistration. verifyIdTokenIdentity(OAuth2Jwt idToken)booleanOpenAMClientRegistration. verifyIdTokenIdentity(OAuth2Jwt idToken)booleanAgentClientRegistration. verifyJwtIdentity(OAuth2Jwt jwt)Verifies that the supplied jwt is signed by this client.booleanOpenAMClientRegistration. verifyJwtIdentity(OAuth2Jwt jwt) -
Uses of OAuth2Jwt in org.forgerock.openidconnect
Methods in org.forgerock.openidconnect with parameters of type OAuth2Jwt Modifier and Type Method Description booleanOpenIdConnectClientRegistration. verifyIdTokenIdentity(OAuth2Jwt idToken)Verifies that the supplied JWT is an ID token this server issued for this client: signed with the client'sid_token_signed_response_algand verifiable with the key that algorithm implies.
-