public class DefaultAuthenticationFlow extends Object implements AuthenticationFlow
Modifier and Type | Field and Description |
---|---|
protected static ServicesLogger |
logger |
BASIC_FLOW, CLIENT_FLOW, FORM_FLOW
Constructor and Description |
---|
DefaultAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationFlowModel flow) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isProcessed(AuthenticationExecutionModel model) |
javax.ws.rs.core.Response |
processAction(String actionExecution) |
javax.ws.rs.core.Response |
processFlow() |
javax.ws.rs.core.Response |
processResult(AuthenticationProcessor.Result result) |
javax.ws.rs.core.Response |
sendChallenge(AuthenticationProcessor.Result result,
AuthenticationExecutionModel execution) |
protected static final ServicesLogger logger
public DefaultAuthenticationFlow(AuthenticationProcessor processor, AuthenticationFlowModel flow)
protected boolean isProcessed(AuthenticationExecutionModel model)
public javax.ws.rs.core.Response processAction(String actionExecution)
processAction
in interface AuthenticationFlow
public javax.ws.rs.core.Response processFlow()
processFlow
in interface AuthenticationFlow
public javax.ws.rs.core.Response processResult(AuthenticationProcessor.Result result)
public javax.ws.rs.core.Response sendChallenge(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution)
Copyright © 2016 JBoss by Red Hat. All rights reserved.