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 Modifier and Type Field Description static MapAuthenticationFlowEntityImpl.EmptyINSTANCE-
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 StringgetAlias()StringgetDescription()StringgetId()StringgetProviderId()BooleanisBuiltIn()BooleanisTopLevel()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetAlias(String alias)voidsetBuiltIn(Boolean builtIn)voidsetDescription(String description)voidsetId(String id)voidsetProviderId(String providerId)voidsetTopLevel(Boolean topLevel)-
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 MapAuthenticationFlowEntityImpl.Empty INSTANCE
-
-
Method Detail
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAliasin interfaceMapAuthenticationFlowEntity
-
setAlias
public void setAlias(String alias)
- Specified by:
setAliasin interfaceMapAuthenticationFlowEntity
-
isBuiltIn
public Boolean isBuiltIn()
- Specified by:
isBuiltInin interfaceMapAuthenticationFlowEntity
-
setBuiltIn
public void setBuiltIn(Boolean builtIn)
- Specified by:
setBuiltInin interfaceMapAuthenticationFlowEntity
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceMapAuthenticationFlowEntity
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceMapAuthenticationFlowEntity
-
setProviderId
public void setProviderId(String providerId)
- Specified by:
setProviderIdin interfaceMapAuthenticationFlowEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderIdin interfaceMapAuthenticationFlowEntity
-
isTopLevel
public Boolean isTopLevel()
- Specified by:
isTopLevelin interfaceMapAuthenticationFlowEntity
-
setTopLevel
public void setTopLevel(Boolean topLevel)
- Specified by:
setTopLevelin interfaceMapAuthenticationFlowEntity
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
-