Class MapAuthenticationFlowEntityDelegate
java.lang.Object
org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,HasDelegateProvider<MapAuthenticationFlowEntity>
,UpdatableEntity
,MapAuthenticationFlowEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthenticationFlowEntityDelegate
extends Object
implements MapAuthenticationFlowEntity, HasDelegateProvider<MapAuthenticationFlowEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionMapAuthenticationFlowEntityDelegate
(DelegateProvider<MapAuthenticationFlowEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
getId()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
void
setBuiltIn
(Boolean builtIn) void
setDescription
(String description) void
void
setProviderId
(String providerId) void
setTopLevel
(Boolean topLevel) 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
-
MapAuthenticationFlowEntityDelegate
public MapAuthenticationFlowEntityDelegate(DelegateProvider<MapAuthenticationFlowEntity> delegateProvider)
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapAuthenticationFlowEntity>
-
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
-
getAlias
- Specified by:
getAlias
in interfaceMapAuthenticationFlowEntity
-
setAlias
- Specified by:
setAlias
in interfaceMapAuthenticationFlowEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapAuthenticationFlowEntity
-
setDescription
- Specified by:
setDescription
in interfaceMapAuthenticationFlowEntity
-
getProviderId
- Specified by:
getProviderId
in interfaceMapAuthenticationFlowEntity
-
setProviderId
- Specified by:
setProviderId
in interfaceMapAuthenticationFlowEntity
-
isBuiltIn
- Specified by:
isBuiltIn
in interfaceMapAuthenticationFlowEntity
-
setBuiltIn
- Specified by:
setBuiltIn
in interfaceMapAuthenticationFlowEntity
-
isTopLevel
- Specified by:
isTopLevel
in interfaceMapAuthenticationFlowEntity
-
setTopLevel
- Specified by:
setTopLevel
in interfaceMapAuthenticationFlowEntity
-