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.MapResourceEntity
MapResourceEntity.AbstractMapResourceEntityNested 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 TypeMethodDescriptiongetAttribute(String name) getId()getName()getOwner()getType()getUris()booleanFlag signalizing that any of the setters has been meaningfully used.voidremoveAttribute(String name) voidsetAttribute(String name, List<String> value) voidsetAttributes(Map<String, List<String>> attributes) voidsetDisplayName(String displayName) voidsetIconUri(String iconUri) voidvoidvoidvoidsetOwnerManagedAccess(Boolean ownerManagedAccess) voidsetRealmId(String realmId) voidsetResourceServerId(String resourceServerId) voidsetScopeIds(Set<String> scopeIds) voidvoidMethods 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 classMapResourceEntity.AbstractMapResourceEntity
-
getId
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapResourceEntity.AbstractMapResourceEntity
-
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
-
getDisplayName
- Specified by:
getDisplayNamein interfaceMapResourceEntity
-
setDisplayName
- Specified by:
setDisplayNamein interfaceMapResourceEntity
-
getIconUri
- Specified by:
getIconUriin interfaceMapResourceEntity
-
setIconUri
- Specified by:
setIconUriin interfaceMapResourceEntity
-
setName
- Specified by:
setNamein interfaceMapResourceEntity
-
getName
- Specified by:
getNamein interfaceMapResourceEntity
-
getOwner
- Specified by:
getOwnerin interfaceMapResourceEntity
-
setOwner
- Specified by:
setOwnerin interfaceMapResourceEntity
-
setOwnerManagedAccess
- Specified by:
setOwnerManagedAccessin interfaceMapResourceEntity
-
isOwnerManagedAccess
- Specified by:
isOwnerManagedAccessin interfaceMapResourceEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapResourceEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapResourceEntity
-
setResourceServerId
- Specified by:
setResourceServerIdin interfaceMapResourceEntity
-
getResourceServerId
- Specified by:
getResourceServerIdin interfaceMapResourceEntity
-
setScopeIds
- Specified by:
setScopeIdsin interfaceMapResourceEntity
-
getScopeIds
- Specified by:
getScopeIdsin interfaceMapResourceEntity
-
getType
- Specified by:
getTypein interfaceMapResourceEntity
-
setType
- Specified by:
setTypein interfaceMapResourceEntity
-
setUris
- Specified by:
setUrisin interfaceMapResourceEntity
-
getUris
- Specified by:
getUrisin interfaceMapResourceEntity
-
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:
-