Package | Description |
---|---|
org.forgerock.caf.authentication.api |
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.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.