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 | Method and Description |
---|---|
AuthenticationState |
AuthenticationState.add(String key,
Object object)
Adds the specified value.
|
AuthenticationState |
AuthContextWithState.createAuthenticationState()
Creates an instance of a specific type of
AuthenticationState . |
AuthenticationState |
AuthenticationState.get(String key)
Returns the specified item value.
|
Modifier and Type | Method and Description |
---|---|
<T extends AuthenticationState> |
MessageContextImpl.getState(AsyncServerAuthContext authContext) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.