Package | Description |
---|---|
org.forgerock.caf.authentication.framework |
This package defines the authentication framework classes for the authentication of messages
via authentication contexts and modules.
|
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.selfservice.core |
This package contains the core implementation for the anonymous process service.
|
org.forgerock.services.context |
This package contains the
Context interface and various common protocol
independent implementations. |
Modifier and Type | Class and Description |
---|---|
class |
MessageContextImpl
An implementation of
MessageContext that holds contextual information and state for a
given request and response message exchange. |
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 |
SelfServiceContext
A Context that indicates the request came from Self-Service.
|
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 © 2010-2018, ForgeRock All Rights Reserved.