Package org.keycloak.models.jpa.entities
Class AuthenticationExecutionEntity
java.lang.Object
org.keycloak.models.jpa.entities.AuthenticationExecutionEntity
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected AuthenticationFlowEntity
protected int
protected RealmEntity
protected AuthenticationExecutionModel.Requirement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
int
getRealm()
int
hashCode()
boolean
void
setAuthenticator
(String authenticator) void
setAuthenticatorConfig
(String authenticatorConfig) void
setAutheticatorFlow
(boolean autheticatorFlow) void
void
void
void
setPriority
(int priority) void
setRealm
(RealmEntity realm) void
setRequirement
(AuthenticationExecutionModel.Requirement requirement)
-
Field Details
-
id
-
realm
-
parentFlow
-
authenticator
-
authenticatorConfig
-
flowId
-
requirement
-
priority
protected int priority
-
-
Constructor Details
-
AuthenticationExecutionEntity
public AuthenticationExecutionEntity()
-
-
Method Details
-
getId
-
setId
-
getRealm
-
setRealm
-
getAuthenticator
-
setAuthenticator
-
getRequirement
-
setRequirement
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
isAutheticatorFlow
public boolean isAutheticatorFlow() -
setAutheticatorFlow
public void setAutheticatorFlow(boolean autheticatorFlow) -
getParentFlow
-
setParentFlow
-
getFlowId
-
setFlowId
-
getAuthenticatorConfig
-
setAuthenticatorConfig
-
equals
-
hashCode
public int hashCode()
-