Class MapResourceEntityDelegate
java.lang.Object
org.keycloak.models.map.authorization.entity.MapResourceEntityDelegate
- All Implemented Interfaces:
MapResourceEntity,AbstractEntity,HasDelegateProvider<MapResourceEntity>,EntityWithAttributes,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapResourceEntityDelegate
extends Object
implements MapResourceEntity, HasDelegateProvider<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 -
Constructor Summary
ConstructorsConstructorDescriptionMapResourceEntityDelegate(DelegateProvider<MapResourceEntity> delegateProvider) -
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) voidvoidtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapResourceEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapResourceEntity>
-
toString
-
getAttributes
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapResourceEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapResourceEntity
-
getName
- Specified by:
getNamein interfaceMapResourceEntity
-
setName
- Specified by:
setNamein interfaceMapResourceEntity
-
getDisplayName
- Specified by:
getDisplayNamein interfaceMapResourceEntity
-
setDisplayName
- Specified by:
setDisplayNamein interfaceMapResourceEntity
-
getUris
- Specified by:
getUrisin interfaceMapResourceEntity
-
setUris
- Specified by:
setUrisin interfaceMapResourceEntity
-
getType
- Specified by:
getTypein interfaceMapResourceEntity
-
setType
- Specified by:
setTypein interfaceMapResourceEntity
-
getIconUri
- Specified by:
getIconUriin interfaceMapResourceEntity
-
setIconUri
- Specified by:
setIconUriin interfaceMapResourceEntity
-
getOwner
- Specified by:
getOwnerin interfaceMapResourceEntity
-
setOwner
- Specified by:
setOwnerin interfaceMapResourceEntity
-
isOwnerManagedAccess
- Specified by:
isOwnerManagedAccessin interfaceMapResourceEntity
-
setOwnerManagedAccess
- Specified by:
setOwnerManagedAccessin interfaceMapResourceEntity
-
setResourceServerId
- Specified by:
setResourceServerIdin interfaceMapResourceEntity
-
getResourceServerId
- Specified by:
getResourceServerIdin interfaceMapResourceEntity
-
getScopeIds
- Specified by:
getScopeIdsin interfaceMapResourceEntity
-
setScopeIds
- Specified by:
setScopeIdsin interfaceMapResourceEntity
-