Class MapClientScopeEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.clientscope.MapClientScopeEntity.AbstractClientScopeEntity
org.keycloak.models.map.clientscope.MapClientScopeEntityImpl.Empty
- All Implemented Interfaces:
MapClientScopeEntity,AbstractEntity,EntityWithAttributes,UpdatableEntity
- Enclosing class:
- MapClientScopeEntityImpl
public static class MapClientScopeEntityImpl.Empty
extends MapClientScopeEntity.AbstractClientScopeEntity
implements MapClientScopeEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.clientscope.MapClientScopeEntity
MapClientScopeEntity.AbstractClientScopeEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Field Summary
FieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProtocolMapper(MapProtocolMapperEntity mapping) voidgetAttribute(String name) getId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidremoveAttribute(String name) voidvoidvoidsetAttribute(String name, List<String> value) voidsetAttributes(Map<String, List<String>> attributes) voidsetDescription(String description) voidvoidvoidsetProtocol(String protocol) voidsetRealmId(String realmId) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapClientScopeEntity.AbstractClientScopeEntity
-
getId
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapClientScopeEntity.AbstractClientScopeEntity
-
removeAttribute
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttributein interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttributein interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setDescription
- Specified by:
setDescriptionin interfaceMapClientScopeEntity
-
getDescription
- Specified by:
getDescriptionin interfaceMapClientScopeEntity
-
setName
- Specified by:
setNamein interfaceMapClientScopeEntity
-
getName
- Specified by:
getNamein interfaceMapClientScopeEntity
-
setProtocol
- Specified by:
setProtocolin interfaceMapClientScopeEntity
-
getProtocol
- Specified by:
getProtocolin interfaceMapClientScopeEntity
-
getProtocolMapper
- Specified by:
getProtocolMapperin interfaceMapClientScopeEntity
-
getProtocolMappers
- Specified by:
getProtocolMappersin interfaceMapClientScopeEntity
-
removeProtocolMapper
- Specified by:
removeProtocolMapperin interfaceMapClientScopeEntity
-
addProtocolMapper
- Specified by:
addProtocolMapperin interfaceMapClientScopeEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapClientScopeEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapClientScopeEntity
-
getScopeMappings
- Specified by:
getScopeMappingsin interfaceMapClientScopeEntity
-
addScopeMapping
- Specified by:
addScopeMappingin interfaceMapClientScopeEntity
-
removeScopeMapping
- Specified by:
removeScopeMappingin interfaceMapClientScopeEntity
-
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:
-