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
ConstructorDescriptionMapAuthenticationExecutionEntityDelegate
(DelegateProvider<MapAuthenticationExecutionEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
setAuthenticator
(String authenticator) void
setAuthenticatorConfig
(String authenticatorConfig) void
setAutheticatorFlow
(Boolean autheticatorFlow) void
void
void
setParentFlowId
(String parentFlowId) void
setPriority
(Integer priority) void
setRequirement
(AuthenticationExecutionModel.Requirement requirement) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapAuthenticationExecutionEntityDelegate
public MapAuthenticationExecutionEntityDelegate(DelegateProvider<MapAuthenticationExecutionEntity> delegateProvider)
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapAuthenticationExecutionEntity>
-
toString
-
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
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getAuthenticator
- Specified by:
getAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticator
- Specified by:
setAuthenticator
in interfaceMapAuthenticationExecutionEntity
-
getAuthenticatorConfig
- Specified by:
getAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
setAuthenticatorConfig
- Specified by:
setAuthenticatorConfig
in interfaceMapAuthenticationExecutionEntity
-
getRequirement
- Specified by:
getRequirement
in interfaceMapAuthenticationExecutionEntity
-
setRequirement
- Specified by:
setRequirement
in interfaceMapAuthenticationExecutionEntity
-
isAutheticatorFlow
- Specified by:
isAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
setAutheticatorFlow
- Specified by:
setAutheticatorFlow
in interfaceMapAuthenticationExecutionEntity
-
getFlowId
- Specified by:
getFlowId
in interfaceMapAuthenticationExecutionEntity
-
setFlowId
- Specified by:
setFlowId
in interfaceMapAuthenticationExecutionEntity
-
getParentFlowId
- Specified by:
getParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
setParentFlowId
- Specified by:
setParentFlowId
in interfaceMapAuthenticationExecutionEntity
-
getPriority
- Specified by:
getPriority
in interfaceMapAuthenticationExecutionEntity
-
setPriority
- Specified by:
setPriority
in interfaceMapAuthenticationExecutionEntity
-