Class MapResourceEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.authorization.entity.MapResourceEntity.AbstractMapResourceEntity
org.keycloak.models.map.authorization.entity.MapResourceEntityFieldDelegate
- All Implemented Interfaces:
MapResourceEntity
,AbstractEntity
,HasEntityFieldDelegate<MapResourceEntity>
,EntityWithAttributes
,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapResourceEntityFieldDelegate
extends MapResourceEntity.AbstractMapResourceEntity
implements MapResourceEntity, HasEntityFieldDelegate<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
-
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
ConstructorDescriptionMapResourceEntityFieldDelegate
(EntityFieldDelegate<MapResourceEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
An optional operation clearing the updated flag.getAttribute
(String p0) getId()
getName()
getOwner()
getType()
getUris()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
An optional operation setting the updated flag.void
void
setAttribute
(String p0, List<String> p1) void
setAttributes
(Map<String, List<String>> p0) void
setDisplayName
(String p0) void
setIconUri
(String p0) void
void
void
void
void
setRealmId
(String p0) void
void
setScopeIds
(Set<String> p0) void
void
toString()
-
Constructor Details
-
MapResourceEntityFieldDelegate
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapResourceEntity>
-
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:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returntrue
.- Specified by:
markUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
markUpdatedFlag
in classUpdatableEntity.Impl
-
clearUpdatedFlag
public void clearUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
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
-
getId
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapResourceEntity.AbstractMapResourceEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapResourceEntity.AbstractMapResourceEntity
-
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
-