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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanIf this execution is a flow, this is the flowId pointing to an AuthenticationFlowModelgetId()intinthashCode()booleanbooleanIs the referenced authenticator a flow?booleanbooleanbooleanbooleanvoidsetAuthenticator(String authenticator) voidsetAuthenticatorConfig(String authenticatorConfig) voidsetAuthenticatorFlow(boolean authenticatorFlow) voidvoidvoidsetParentFlow(String parentFlow) voidsetPriority(int priority) voidsetRequirement(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() 
 -