Package | Description |
---|---|
org.forgerock.caf.authentication.api |
This package defines the core interfaces and classes to provide an asynchronous and improved
JASPI-like message authentication API.
|
org.forgerock.caf.authentication.framework |
This package defines the authentication framework classes for the authentication of messages
via authentication contexts and modules.
|
org.forgerock.jaspi.modules.openid |
This package contains classes which form the Open ID Connect JASPIc AuthN module.
|
org.forgerock.jaspi.modules.session.jwt |
This package contains classes for the Jwt Session JASPI Authentication Module.
|
Class and Description |
---|
AsyncServerAuthContext
An asynchronous interface counterpart for the
ServerAuthContext . |
AuthenticationException
A generic authentication exception which accepts a detail message and/or the cause.
|
AuthenticationState
Maintains state information and provides to retrieve values in a type safe manner.
|
MessageContext
The authentication framework uses this
MessageContext to pass messages and message
processing state to authentication contexts for processing by authentication modules. |
MessageInfoContext
The authentication framework uses this
MessageContextInfo to pass messages and
message processing state to authentication modules for processing of messages. |
Class and Description |
---|
AsyncServerAuthContext
An asynchronous interface counterpart for the
ServerAuthContext . |
AsyncServerAuthModule
An asynchronous interface counterpart for the
ServerAuthModule . |
AuthContextWithState
AsyncServerAuthContext implementations should
implement this interface when the AsyncServerAuthContext has its own implementation of
a AuthenticationState that it will be using to store and maintain state for a single
request. |
AuthenticationException
A generic authentication exception which accepts a detail message and/or the cause.
|
AuthenticationState
Maintains state information and provides to retrieve values in a type safe manner.
|
MessageContext
The authentication framework uses this
MessageContext to pass messages and message
processing state to authentication contexts for processing by authentication modules. |
MessageInfoContext
The authentication framework uses this
MessageContextInfo to pass messages and
message processing state to authentication modules for processing of messages. |
Class and Description |
---|
AsyncServerAuthModule
An asynchronous interface counterpart for the
ServerAuthModule . |
AuthenticationException
A generic authentication exception which accepts a detail message and/or the cause.
|
MessageInfoContext
The authentication framework uses this
MessageContextInfo to pass messages and
message processing state to authentication modules for processing of messages. |
Class and Description |
---|
AsyncServerAuthModule
An asynchronous interface counterpart for the
ServerAuthModule . |
AuthenticationException
A generic authentication exception which accepts a detail message and/or the cause.
|
MessageInfoContext
The authentication framework uses this
MessageContextInfo to pass messages and
message processing state to authentication modules for processing of messages. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.