Package | Description |
---|---|
org.forgerock.audit |
Package contains the AuditService.
|
org.forgerock.http.oauth2 |
This package provides APIs for OAuth 2.0 services implementations.
|
org.forgerock.http.routing |
Provides routing functionality for HTTP requests.
|
org.forgerock.http.session |
Provides interfaces for managing and interacting with HTTP Sessions.
|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.json.resource.http |
JSON resource Commons HTTP Framework integration.
|
org.forgerock.openig.openam |
Integration classes specifically for ForgeRock Access Management.
|
org.forgerock.openig.tools |
Common tools used in policy service.
|
org.forgerock.services.context |
This package contains the
Context interface and various common protocol
independent implementations. |
Modifier and Type | Class and Description |
---|---|
class |
AuditingContext
A Context used when auditing over the router.
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth2Context
An
OAuth2Context could be used to store and retrieve an AccessTokenInfo . |
Modifier and Type | Class and Description |
---|---|
class |
ApiVersionRouterContext
A
Context which is created when a request is and has been routed
based on resource API version. |
class |
UriRouterContext
A
Context which is created when a request has been routed. |
Modifier and Type | Class and Description |
---|---|
class |
SessionContext
A
SessionContext is a mechanism for maintaining state between components when processing a successive
requests from the same logical client or end-user. |
Modifier and Type | Class and Description |
---|---|
class |
AdviceContext
A
Context containing information which should be returned to the user in some
appropriate form to the user. |
Modifier and Type | Class and Description |
---|---|
class |
HttpContext
A
Context containing information relating to the originating HTTP request. |
Modifier and Type | Class and Description |
---|---|
class |
CapturedUserPasswordContext
A
CapturedUserPasswordContext to store the user's decrypted password. |
class |
CdSsoContext
Context implementation to maintain cross-domain SSO properties. |
class |
CdSsoFailureContext
Context implementation to hold error details, should an error occur during cross-domain SSO authentication. |
class |
PolicyDecisionContext
A
PolicyDecisionContext convey policy decision information to downstream filters and handlers. |
class |
SessionInfoContext
Context to store Access Management session info and properties. |
class |
SsoTokenContext
An
SsoTokenContext could be used to store and retrieve an token. |
class |
StsContext
A
StsContext convey the token transformation results to downstream filters and handlers. |
class |
UserProfileContext
Used by the
UserProfileFilter to make the user's profile attributes available in the context. |
Modifier and Type | Class and Description |
---|---|
class |
InternalSsoTokenContext
An
InternalSsoTokenContext used to store an SSO token. |
Modifier and Type | Class and Description |
---|---|
class |
AttributesContext
An
AttributesContext is a mechanism for transferring transient state between components when processing a
single request. |
class |
ClientContext
Client context gives easy access to client-related information that are available into the request.
|
class |
RequestAuditContext
A context for audit information for an incoming request.
|
class |
RootContext
A
Context which has an a globally unique ID but no parent. |
class |
SecurityContext
A
Context containing information about the client performing the
request which may be used when performing authorization decisions. |
class |
TransactionIdContext
This context aims to hold the
TransactionId . |
Copyright 2011-2017 ForgeRock AS.