Class MapAuthenticationFlowEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapAuthenticationFlowEntityImpl.Empty
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapAuthenticationFlowEntity
- Enclosing class:
- MapAuthenticationFlowEntityImpl
public static class MapAuthenticationFlowEntityImpl.Empty
extends UpdatableEntity.Impl
implements MapAuthenticationFlowEntity
-
Nested Class Summary
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
-
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) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlag
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, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setAlias
- Specified by:
setAlias
in interfaceMapAuthenticationFlowEntity
-
getAlias
- Specified by:
getAlias
in interfaceMapAuthenticationFlowEntity
-
setBuiltIn
- Specified by:
setBuiltIn
in interfaceMapAuthenticationFlowEntity
-
isBuiltIn
- Specified by:
isBuiltIn
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
-
isTopLevel
- Specified by:
isTopLevel
in interfaceMapAuthenticationFlowEntity
-
setTopLevel
- Specified by:
setTopLevel
in interfaceMapAuthenticationFlowEntity
-
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:
-