public interface ClientAuthenticationFlowContext extends AbstractAuthenticationFlowContext
Modifier and Type | Method and Description |
---|---|
ClientModel |
getClient()
Current client attached to this flow.
|
Map<String,String> |
getClientAuthAttributes()
Return the map where the authenticators can put some additional state related to authenticated client and the context how was
client authenticated (ie.
|
void |
setClient(ClientModel client)
Attach a specific client to this flow.
|
attempted, challenge, failure, failure, failureChallenge, forceChallenge, generateAccessCode, getAuthenticatorConfig, getCategoryRequirementFromCurrentFlow, getConnection, getError, getEvent, getExecution, getForwardedErrorMessage, getForwardedSuccessMessage, getHttpRequest, getProtector, getRealm, getSession, getStatus, getUriInfo, newEvent, success
ClientModel getClient()
void setClient(ClientModel client)
client
- Map<String,String> getClientAuthAttributes()
Copyright © 2021 JBoss by Red Hat. All rights reserved.