Class MapResourceEntityImpl.Empty
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.authorization.entity.MapResourceEntity.AbstractMapResourceEntity
- 
- org.keycloak.models.map.authorization.entity.MapResourceEntityImpl.Empty
 
 
 
- 
- All Implemented Interfaces:
- MapResourceEntity,- AbstractEntity,- EntityWithAttributes,- UpdatableEntity
 - Enclosing class:
- MapResourceEntityImpl
 
 public static class MapResourceEntityImpl.Empty extends MapResourceEntity.AbstractMapResourceEntity implements MapResourceEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapResourceEntityMapResourceEntity.AbstractMapResourceEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static MapResourceEntityImpl.EmptyINSTANCE- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description Empty()
 - 
Method Summary- 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final MapResourceEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapResourceEntity.AbstractMapResourceEntity
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapResourceEntity.AbstractMapResourceEntity
 
 - 
getAttributespublic Map<String,List<String>> getAttributes() - Specified by:
- getAttributesin interface- EntityWithAttributes
 
 - 
setAttributespublic void setAttributes(Map<String,List<String>> attributes) - Specified by:
- setAttributesin interface- EntityWithAttributes
 
 - 
getAttributepublic List<String> getAttribute(String name) - Specified by:
- getAttributein interface- EntityWithAttributes
 
 - 
setAttributepublic void setAttribute(String name, List<String> value) - Specified by:
- setAttributein interface- EntityWithAttributes
 
 - 
removeAttributepublic void removeAttribute(String name) - Specified by:
- removeAttributein interface- EntityWithAttributes
 
 - 
getDisplayNamepublic String getDisplayName() - Specified by:
- getDisplayNamein interface- MapResourceEntity
 
 - 
setDisplayNamepublic void setDisplayName(String displayName) - Specified by:
- setDisplayNamein interface- MapResourceEntity
 
 - 
getIconUripublic String getIconUri() - Specified by:
- getIconUriin interface- MapResourceEntity
 
 - 
setIconUripublic void setIconUri(String iconUri) - Specified by:
- setIconUriin interface- MapResourceEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapResourceEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapResourceEntity
 
 - 
getOwnerpublic String getOwner() - Specified by:
- getOwnerin interface- MapResourceEntity
 
 - 
setOwnerpublic void setOwner(String owner) - Specified by:
- setOwnerin interface- MapResourceEntity
 
 - 
isOwnerManagedAccesspublic Boolean isOwnerManagedAccess() - Specified by:
- isOwnerManagedAccessin interface- MapResourceEntity
 
 - 
setOwnerManagedAccesspublic void setOwnerManagedAccess(Boolean ownerManagedAccess) - Specified by:
- setOwnerManagedAccessin interface- MapResourceEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapResourceEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapResourceEntity
 
 - 
setResourceServerIdpublic void setResourceServerId(String resourceServerId) - Specified by:
- setResourceServerIdin interface- MapResourceEntity
 
 - 
getResourceServerIdpublic String getResourceServerId() - Specified by:
- getResourceServerIdin interface- MapResourceEntity
 
 - 
getScopeIdspublic Set<String> getScopeIds() - Specified by:
- getScopeIdsin interface- MapResourceEntity
 
 - 
setScopeIdspublic void setScopeIds(Set<String> scopeIds) - Specified by:
- setScopeIdsin interface- MapResourceEntity
 
 - 
getTypepublic String getType() - Specified by:
- getTypein interface- MapResourceEntity
 
 - 
setTypepublic void setType(String type) - Specified by:
- setTypein interface- MapResourceEntity
 
 - 
setUrispublic void setUris(Set<String> uris) - Specified by:
- setUrisin interface- MapResourceEntity
 
 - 
getUrispublic Set<String> getUris() - Specified by:
- getUrisin interface- MapResourceEntity
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 
- 
 
-