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.AbstractMapResourceEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionMapResourceEntityDelegate
(DelegateProvider<MapResourceEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) getId()
getName()
getOwner()
getType()
getUris()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
removeAttribute
(String name) void
setAttribute
(String name, List<String> value) void
setAttributes
(Map<String, List<String>> attributes) void
setDisplayName
(String displayName) void
setIconUri
(String iconUri) void
void
void
void
setOwnerManagedAccess
(Boolean ownerManagedAccess) void
setRealmId
(String realmId) void
setResourceServerId
(String resourceServerId) void
setScopeIds
(Set<String> scopeIds) void
void
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapResourceEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapResourceEntity>
-
toString
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
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
- Returns:
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapResourceEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapResourceEntity
-
getName
- Specified by:
getName
in interfaceMapResourceEntity
-
setName
- Specified by:
setName
in interfaceMapResourceEntity
-
getDisplayName
- Specified by:
getDisplayName
in interfaceMapResourceEntity
-
setDisplayName
- Specified by:
setDisplayName
in interfaceMapResourceEntity
-
getUris
- Specified by:
getUris
in interfaceMapResourceEntity
-
setUris
- Specified by:
setUris
in interfaceMapResourceEntity
-
getType
- Specified by:
getType
in interfaceMapResourceEntity
-
setType
- Specified by:
setType
in interfaceMapResourceEntity
-
getIconUri
- Specified by:
getIconUri
in interfaceMapResourceEntity
-
setIconUri
- Specified by:
setIconUri
in interfaceMapResourceEntity
-
getOwner
- Specified by:
getOwner
in interfaceMapResourceEntity
-
setOwner
- Specified by:
setOwner
in interfaceMapResourceEntity
-
isOwnerManagedAccess
- Specified by:
isOwnerManagedAccess
in interfaceMapResourceEntity
-
setOwnerManagedAccess
- Specified by:
setOwnerManagedAccess
in interfaceMapResourceEntity
-
setResourceServerId
- Specified by:
setResourceServerId
in interfaceMapResourceEntity
-
getResourceServerId
- Specified by:
getResourceServerId
in interfaceMapResourceEntity
-
getScopeIds
- Specified by:
getScopeIds
in interfaceMapResourceEntity
-
setScopeIds
- Specified by:
setScopeIds
in interfaceMapResourceEntity
-