Class MapAuthenticationExecutionEntityDelegate
- java.lang.Object
-
- org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntityDelegate
-
- All Implemented Interfaces:
AbstractEntity
,HasDelegateProvider<MapAuthenticationExecutionEntity>
,UpdatableEntity
,MapAuthenticationExecutionEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticationExecutionEntityDelegate extends Object implements MapAuthenticationExecutionEntity, HasDelegateProvider<MapAuthenticationExecutionEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapAuthenticationExecutionEntityDelegate(DelegateProvider<MapAuthenticationExecutionEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthenticator()
String
getAuthenticatorConfig()
DelegateProvider<MapAuthenticationExecutionEntity>
getDelegateProvider()
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 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
-
-
-
-
Constructor Detail
-
MapAuthenticationExecutionEntityDelegate
public MapAuthenticationExecutionEntityDelegate(DelegateProvider<MapAuthenticationExecutionEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapAuthenticationExecutionEntity> getDelegateProvider()
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapAuthenticationExecutionEntity>
-
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
- Returns:
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
-
getAuthenticator
public String getAuthenticator()
- Specified by:
getAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
public void setAuthenticator(String authenticator)
- Specified by:
setAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
public String getAuthenticatorConfig()
- Specified by:
getAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
public void setAuthenticatorConfig(String authenticatorConfig)
- Specified by:
setAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
getRequirement
public AuthenticationExecutionModel.Requirement getRequirement()
- Specified by:
getRequirement
in interfaceMapAuthenticationExecutionEntity
-
setRequirement
public void setRequirement(AuthenticationExecutionModel.Requirement requirement)
- Specified by:
setRequirement
in interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
public Boolean isAutheticatorFlow()
- Specified by:
isAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
public void setAutheticatorFlow(Boolean autheticatorFlow)
- Specified by:
setAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
getFlowId
public String getFlowId()
- Specified by:
getFlowId
in interfaceMapAuthenticationExecutionEntity
-
setFlowId
public void setFlowId(String flowId)
- Specified by:
setFlowId
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
-
-