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) |
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) |
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)
Copyright © 2016 JBoss by Red Hat. All rights reserved.