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.
|
Modifier and Type | Method and Description |
---|---|
<T extends AuthenticationState> |
MessageContext.getState(AsyncServerAuthContext authContext)
Gets the
AuthenticationState instance that maintains any stateful information for
the provided AsyncServerAuthContext . |
Modifier and Type | Class and Description |
---|---|
class |
FallbackAuthContext
An
AsyncServerAuthContext which manages a List of
AsyncServerAuthModule s that are in a desired order of preference for authenticating
incoming request messages. |
Modifier and Type | Method and Description |
---|---|
<T extends AuthenticationState> |
MessageContextImpl.getState(AsyncServerAuthContext authContext) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.