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.AbstractClientScopeEntity
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 TypeMethodDescriptionvoid
addProtocolMapper
(MapProtocolMapperEntity mapping) void
getAttribute
(String name) getId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
removeAttribute
(String name) void
void
void
setAttribute
(String name, List<String> value) void
setAttributes
(Map<String, List<String>> attributes) void
setDescription
(String description) void
void
void
setProtocol
(String protocol) void
setRealmId
(String realmId) 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
- Overrides:
setId
in classMapClientScopeEntity.AbstractClientScopeEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapClientScopeEntity.AbstractClientScopeEntity
-
removeAttribute
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setDescription
- Specified by:
setDescription
in interfaceMapClientScopeEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapClientScopeEntity
-
setName
- Specified by:
setName
in interfaceMapClientScopeEntity
-
getName
- Specified by:
getName
in interfaceMapClientScopeEntity
-
setProtocol
- Specified by:
setProtocol
in interfaceMapClientScopeEntity
-
getProtocol
- Specified by:
getProtocol
in interfaceMapClientScopeEntity
-
getProtocolMapper
- Specified by:
getProtocolMapper
in interfaceMapClientScopeEntity
-
getProtocolMappers
- Specified by:
getProtocolMappers
in interfaceMapClientScopeEntity
-
removeProtocolMapper
- Specified by:
removeProtocolMapper
in interfaceMapClientScopeEntity
-
addProtocolMapper
- Specified by:
addProtocolMapper
in interfaceMapClientScopeEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapClientScopeEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapClientScopeEntity
-
getScopeMappings
- Specified by:
getScopeMappings
in interfaceMapClientScopeEntity
-
addScopeMapping
- Specified by:
addScopeMapping
in interfaceMapClientScopeEntity
-
removeScopeMapping
- Specified by:
removeScopeMapping
in interfaceMapClientScopeEntity
-
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:
-