See: Description
Interface | Description |
---|---|
ResourceUriProvider |
Used to obtain the resource URI to include in policy requests.
|
Class | Description |
---|---|
AbstractConditionAdviceFilter |
Abstract
Filter base class providing policy condition advice support. |
AmServiceHeaplet |
This heaplet represents an instance of an
AmService that can shared amongst AM
related filters such as the SingleSignOnFilter and the PolicyEnforcementFilter . |
CapturedUserPasswordContext |
A
CapturedUserPasswordContext to store the user's decrypted password. |
CapturedUserPasswordFilter |
The
CapturedUserPasswordFilter is responsible for retrieving the user password from
AM and to decrypt it. |
CapturedUserPasswordFilter.Heaplet |
Creates and initializes the filter in a heap environment.
|
CdSsoConditionAdviceFilter |
This filter handles any condition advices returned from AM during a policy evaluation, which one will depend on
the policy.
|
CdSsoContext |
Context implementation to maintain cross-domain SSO properties. |
CdSsoFailureContext |
Context implementation to hold error details, should an error occur during cross-domain SSO authentication. |
CrossDomainSingleSignOnFilter |
This filter verifies the presence of a JWT authentication token in the configured cookie name:
If the JWT is present then its validity is checked and the request is forwarded to the next handler.
If the JWT is not present, then the user-agent is redirected to Access Management via its OAuth2
authorization endpoint, to obtain user authentication.
|
CrossDomainSingleSignOnFilter.Heaplet |
Creates and initialises an authentication filter in a heap environment.
|
DeprecatedUserProfileFilter | Deprecated
Since 6.5.
|
OpenAMClassAliasResolver |
Register all the aliases supported by the openig-openam module.
|
PolicyDecisionContext |
A
PolicyDecisionContext convey policy decision information to downstream filters and handlers. |
PolicyEnforcementFilter |
This filter requests policy decisions from Access Management which evaluates the
original URI based on the context and the policies configured, and according
to the decisions, allows or denies the current request.
|
PolicyEnforcementFilter.Heaplet |
Creates and initializes a policy enforcement filter in a heap environment.
|
RequestResourceUriProvider |
The
RequestResourceUriProvider has the following configuration: |
ScriptableResourceUriProvider |
A scriptable resource URI provider.
|
ScriptableResourceUriProvider.Heaplet |
Creates and initializes a scriptable resource url provider in a heap environment.
|
SessionInfoContext |
Context to store Access Management session info and properties. |
SessionInfoFilter |
This filter requests user session info from Access Management and stores it
on the context for later use.
|
SessionInfoFilter.Heaplet |
Creates and initialises a session info filter in a heap environment.
|
SingleSignOnFilter |
This filter verifies the presence of a SSOToken in the given cookie name.
|
SingleSignOnFilter.Heaplet |
Creates and initialises an authentication filter in a heap environment.
|
SsoTokenContext |
An
SsoTokenContext could be used to store and retrieve an token. |
StsContext |
A
StsContext convey the token transformation results to downstream filters and handlers. |
TokenTransformationFilter |
A
TokenTransformationFilter is responsible for transforming a token issued by Access Management
into a token of another type. |
TokenTransformationFilter.Heaplet |
Creates and initializes a token transformation filter in a heap environment.
|
UserProfileContext |
Used by the
UserProfileFilter to make the user's profile attributes available in the context. |
UserProfileFilter |
This filter requests user profile attributes from Access Management and stores them in the context for later use.
|
UserProfileFilterHeaplet |
Creates and initialises a user profile filter in a heap environment.
|
UserProfileServiceHeaplet |
Creates and initializes a
UserProfileService in a heap environment. |
Copyright 2011-2017 ForgeRock AS.