public class ClientAuthenticationFlow extends Object implements AuthenticationFlow
BASIC_FLOW, CLIENT_FLOW, FORM_FLOW
Constructor and Description |
---|
ClientAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationFlowModel flow) |
Modifier and Type | Method and Description |
---|---|
protected List<AuthenticationExecutionModel> |
findExecutionsToRun() |
boolean |
isSuccessful() |
javax.ws.rs.core.Response |
processAction(String actionExecution) |
javax.ws.rs.core.Response |
processFlow() |
protected javax.ws.rs.core.Response |
processResult(AuthenticationProcessor.Result result) |
javax.ws.rs.core.Response |
sendChallenge(AuthenticationProcessor.Result result,
AuthenticationExecutionModel execution) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFlowExceptions
public ClientAuthenticationFlow(AuthenticationProcessor processor, AuthenticationFlowModel flow)
public javax.ws.rs.core.Response processAction(String actionExecution)
processAction
in interface AuthenticationFlow
public javax.ws.rs.core.Response processFlow()
processFlow
in interface AuthenticationFlow
protected List<AuthenticationExecutionModel> findExecutionsToRun()
protected javax.ws.rs.core.Response processResult(AuthenticationProcessor.Result result)
public javax.ws.rs.core.Response sendChallenge(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution)
public boolean isSuccessful()
isSuccessful
in interface AuthenticationFlow
Copyright © 2020 JBoss by Red Hat. All rights reserved.