Package org.keycloak.models
Class AuthenticationExecutionModel
java.lang.Object
org.keycloak.models.AuthenticationExecutionModel
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModelgetId()
int
int
hashCode()
boolean
boolean
Is the referenced authenticator a flow?boolean
boolean
boolean
boolean
void
setAuthenticator
(String authenticator) void
setAuthenticatorConfig
(String authenticatorConfig) void
setAuthenticatorFlow
(boolean authenticatorFlow) void
void
void
setParentFlow
(String parentFlow) void
setPriority
(int priority) void
setRequirement
(AuthenticationExecutionModel.Requirement requirement)
-
Constructor Details
-
AuthenticationExecutionModel
public AuthenticationExecutionModel()
-
-
Method Details
-
getId
-
setId
-
getAuthenticatorConfig
-
setAuthenticatorConfig
-
getAuthenticator
-
setAuthenticator
-
getRequirement
-
setRequirement
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
getParentFlow
-
setParentFlow
-
getFlowId
If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModel- Returns:
-
setFlowId
-
isAuthenticatorFlow
public boolean isAuthenticatorFlow()Is the referenced authenticator a flow?- Returns:
-
setAuthenticatorFlow
public void setAuthenticatorFlow(boolean authenticatorFlow) -
isRequired
public boolean isRequired() -
isConditional
public boolean isConditional() -
isAlternative
public boolean isAlternative() -
isDisabled
public boolean isDisabled() -
isEnabled
public boolean isEnabled() -
equals
-
hashCode
public int hashCode()
-