public class FormAuthenticationFlow extends Object implements AuthenticationFlow
BASIC_FLOW, CLIENT_FLOW, FORM_FLOW
Constructor and Description |
---|
FormAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationExecutionModel execution) |
Modifier and Type | Method and Description |
---|---|
URI |
getActionUrl(String executionId,
String code) |
boolean |
isSuccessful() |
javax.ws.rs.core.Response |
processAction(String actionExecution) |
javax.ws.rs.core.Response |
processFlow() |
javax.ws.rs.core.Response |
renderForm(javax.ws.rs.core.MultivaluedMap<String,String> formData,
List<FormMessage> errors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFlowExceptions
public FormAuthenticationFlow(AuthenticationProcessor processor, AuthenticationExecutionModel execution)
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 renderForm(javax.ws.rs.core.MultivaluedMap<String,String> formData, List<FormMessage> errors)
public boolean isSuccessful()
isSuccessful
in interface AuthenticationFlow
Copyright © 2021 JBoss by Red Hat. All rights reserved.