Package org.keycloak.authentication
Interface AuthenticationFlow
- All Known Implementing Classes:
ClientAuthenticationFlow
,DefaultAuthenticationFlow
,FormAuthenticationFlow
public interface AuthenticationFlow
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault List<AuthenticationFlowException>
boolean
jakarta.ws.rs.core.Response
processAction
(String actionExecution) jakarta.ws.rs.core.Response
-
Field Details
-
BASIC_FLOW
- See Also:
-
FORM_FLOW
- See Also:
-
CLIENT_FLOW
- See Also:
-
-
Method Details
-
processAction
-
processFlow
jakarta.ws.rs.core.Response processFlow() -
isSuccessful
boolean isSuccessful() -
getFlowExceptions
-