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.Empty
INSTANCE
-
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 String
getAlias()
String
getDescription()
String
getId()
String
getProviderId()
Boolean
isBuiltIn()
Boolean
isTopLevel()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setAlias(String alias)
void
setBuiltIn(Boolean builtIn)
void
setDescription(String description)
void
setId(String id)
void
setProviderId(String providerId)
void
setTopLevel(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:
setId
in interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
getAlias
public String getAlias()
- Specified by:
getAlias
in interfaceMapAuthenticationFlowEntity
-
setAlias
public void setAlias(String alias)
- Specified by:
setAlias
in interfaceMapAuthenticationFlowEntity
-
isBuiltIn
public Boolean isBuiltIn()
- Specified by:
isBuiltIn
in interfaceMapAuthenticationFlowEntity
-
setBuiltIn
public void setBuiltIn(Boolean builtIn)
- Specified by:
setBuiltIn
in interfaceMapAuthenticationFlowEntity
-
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interfaceMapAuthenticationFlowEntity
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceMapAuthenticationFlowEntity
-
setProviderId
public void setProviderId(String providerId)
- Specified by:
setProviderId
in interfaceMapAuthenticationFlowEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderId
in interfaceMapAuthenticationFlowEntity
-
isTopLevel
public Boolean isTopLevel()
- Specified by:
isTopLevel
in interfaceMapAuthenticationFlowEntity
-
setTopLevel
public void setTopLevel(Boolean topLevel)
- 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:
-
-