Class MapAuthenticationExecutionEntityImpl
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntityImpl
-
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapAuthenticationExecutionEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticationExecutionEntityImpl extends UpdatableEntity.Impl implements MapAuthenticationExecutionEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MapAuthenticationExecutionEntityImpl.Empty
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapAuthenticationExecutionEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAuthenticator()
String
getAuthenticatorConfig()
String
getFlowId()
String
getId()
String
getParentFlowId()
Integer
getPriority()
AuthenticationExecutionModel.Requirement
getRequirement()
int
hashCode()
Boolean
isAutheticatorFlow()
void
setAuthenticator(String p0)
void
setAuthenticatorConfig(String p0)
void
setAutheticatorFlow(Boolean p0)
void
setFlowId(String p0)
void
setId(String p0)
void
setParentFlowId(String p0)
void
setPriority(Integer p0)
void
setRequirement(AuthenticationExecutionModel.Requirement p0)
String
toString()
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapAuthenticationExecutionEntityImpl
public MapAuthenticationExecutionEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
getAuthenticator
public String getAuthenticator()
- Specified by:
getAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
public void setAuthenticator(String p0)
- Specified by:
setAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
public void setAuthenticatorConfig(String p0)
- Specified by:
setAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
public String getAuthenticatorConfig()
- Specified by:
getAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
public Boolean isAutheticatorFlow()
- Specified by:
isAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
public void setAutheticatorFlow(Boolean p0)
- Specified by:
setAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
setFlowId
public void setFlowId(String p0)
- Specified by:
setFlowId
in interfaceMapAuthenticationExecutionEntity
-
getFlowId
public String getFlowId()
- Specified by:
getFlowId
in interfaceMapAuthenticationExecutionEntity
-
getParentFlowId
public String getParentFlowId()
- Specified by:
getParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
setParentFlowId
public void setParentFlowId(String p0)
- Specified by:
setParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
getPriority
public Integer getPriority()
- Specified by:
getPriority
in interfaceMapAuthenticationExecutionEntity
-
setPriority
public void setPriority(Integer p0)
- Specified by:
setPriority
in interfaceMapAuthenticationExecutionEntity
-
getRequirement
public AuthenticationExecutionModel.Requirement getRequirement()
- Specified by:
getRequirement
in interfaceMapAuthenticationExecutionEntity
-
setRequirement
public void setRequirement(AuthenticationExecutionModel.Requirement p0)
- Specified by:
setRequirement
in interfaceMapAuthenticationExecutionEntity
-
-