See: Description
Interface | Description |
---|---|
ConfirmationKeyVerifier |
A
ConfirmationKeyVerifier is responsible to verify a confirmation key node. |
Class | Description |
---|---|
CertificateThumbprintConfirmationKeyVerifier |
Verifies a certificate thumbprint by computing a digest of the client certificate (found in
ClientContext )
and comparing the result with the base64-url-encoded value provided within the confirmation key node. |
ConfirmationKeyVerifierAccessTokenResolver |
A
ConfirmationKeyVerifierAccessTokenResolver is responsible of validating
confirmation keys bound to the access_token (such as certificate thumbprint). |
ConfirmationKeyVerifierAccessTokenResolver.Heaplet |
Creates and initializes a Confirmation Key Verifier access_token resolver in the heap environment.
|
OAuth2ClassAliasResolver |
Register all the aliases supported by the openig-oauth2 module.
|
OAuth2ResourceServerFilterHeaplet |
Validates a
Request that contains an OAuth 2.0 access token. |
OpenAmAccessTokenResolverHeaplet |
Creates and initializes an
OpenAmAccessTokenResolver in a heap environment. |
Result |
A
Result represents the result of a validation operation:
either a success or a failure (with an associated description). |
ScriptableAccessTokenResolver |
A Scriptable access token resolver.
|
ScriptableAccessTokenResolver.Heaplet |
Creates and initializes a scriptable access token resolver in a heap environment.
|
ScriptableResourceAccess |
A scriptable resource access.
|
ScriptableResourceAccess.Heaplet |
Creates and initializes a scriptable object in a heap environment.
|
StatelessAccessTokenResolver |
A
StatelessAccessTokenResolver that locally resolves and validates stateless access_tokens issued by AM. |
StatelessAccessTokenResolver.Heaplet |
Creates and initializes a stateless access token resolver in the heap environment.
|
TokenIntrospectionAccessTokenResolverHeaplet |
Creates and initializes an
TokenIntrospectionAccessTokenResolver in a heap environment. |
AccessTokenInfo
are cached for future re-use.AccessTokenInfo
are stored in the
AttributesContext
for downstream handlers/filters.Copyright 2011-2017 ForgeRock AS.