Class MapAuthenticationExecutionEntityImpl.Empty
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntityImpl.Empty
-
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapAuthenticationExecutionEntity
- Enclosing class:
- MapAuthenticationExecutionEntityImpl
public static class MapAuthenticationExecutionEntityImpl.Empty extends UpdatableEntity.Impl implements MapAuthenticationExecutionEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description static MapAuthenticationExecutionEntityImpl.Empty
INSTANCE
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description Empty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthenticator()
String
getAuthenticatorConfig()
String
getFlowId()
String
getId()
String
getParentFlowId()
Integer
getPriority()
AuthenticationExecutionModel.Requirement
getRequirement()
Boolean
isAutheticatorFlow()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setAuthenticator(String authenticator)
void
setAuthenticatorConfig(String authenticatorConfig)
void
setAutheticatorFlow(Boolean autheticatorFlow)
void
setFlowId(String flowId)
void
setId(String id)
void
setParentFlowId(String parentFlowId)
void
setPriority(Integer priority)
void
setRequirement(AuthenticationExecutionModel.Requirement requirement)
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag
-
-
-
-
Field Detail
-
INSTANCE
public static final MapAuthenticationExecutionEntityImpl.Empty INSTANCE
-
-
Method Detail
-
setId
public void setId(String id)
- 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 authenticator)
- Specified by:
setAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
public void setAuthenticatorConfig(String authenticatorConfig)
- 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 autheticatorFlow)
- Specified by:
setAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
setFlowId
public void setFlowId(String flowId)
- 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 parentFlowId)
- Specified by:
setParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
getPriority
public Integer getPriority()
- Specified by:
getPriority
in interfaceMapAuthenticationExecutionEntity
-
setPriority
public void setPriority(Integer priority)
- Specified by:
setPriority
in interfaceMapAuthenticationExecutionEntity
-
getRequirement
public AuthenticationExecutionModel.Requirement getRequirement()
- Specified by:
getRequirement
in interfaceMapAuthenticationExecutionEntity
-
setRequirement
public void setRequirement(AuthenticationExecutionModel.Requirement requirement)
- Specified by:
setRequirement
in interfaceMapAuthenticationExecutionEntity
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
-