public interface AuthenticationFlow
Modifier and Type | Field and Description |
---|---|
static String |
BASIC_FLOW |
static String |
CLIENT_FLOW |
static String |
FORM_FLOW |
Modifier and Type | Method and Description |
---|---|
default List<AuthenticationFlowException> |
getFlowExceptions() |
boolean |
isSuccessful() |
javax.ws.rs.core.Response |
processAction(String actionExecution) |
javax.ws.rs.core.Response |
processFlow() |
static final String BASIC_FLOW
static final String FORM_FLOW
static final String CLIENT_FLOW
javax.ws.rs.core.Response processAction(String actionExecution)
javax.ws.rs.core.Response processFlow()
boolean isSuccessful()
default List<AuthenticationFlowException> getFlowExceptions()
Copyright © 2020 JBoss by Red Hat. All rights reserved.