public interface 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.
The MessageContext
will use the AuthContextWithState.createAuthenticationState()
method on this
interface to create a new instance of the AuthenticationState
for each request message.
Modifier and Type | Method and Description |
---|---|
AuthenticationState |
createAuthenticationState()
Creates an instance of a specific type of
AuthenticationState . |
AuthenticationState createAuthenticationState()
Creates an instance of a specific type of AuthenticationState
.
Must return a new AuthenticationState
instance for each
invocation.
AuthenticationState
instance.Copyright © 2010-2018, ForgeRock All Rights Reserved.