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.MapResourceEntityMapResourceEntity.AbstractMapResourceEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapResourceEntityDelegate(DelegateProvider<MapResourceEntity> delegateProvider)
 - 
Method Summary- 
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
 
- 
 
- 
- 
- 
Constructor Detail- 
MapResourceEntityDelegatepublic MapResourceEntityDelegate(DelegateProvider<MapResourceEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapResourceEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapResourceEntity>
 
 - 
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
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapResourceEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapResourceEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapResourceEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapResourceEntity
 
 - 
getDisplayNamepublic String getDisplayName() - Specified by:
- getDisplayNamein interface- MapResourceEntity
 
 - 
setDisplayNamepublic void setDisplayName(String displayName) - Specified by:
- setDisplayNamein interface- MapResourceEntity
 
 - 
getUrispublic Set<String> getUris() - Specified by:
- getUrisin interface- MapResourceEntity
 
 - 
setUrispublic void setUris(Set<String> uris) - Specified by:
- setUrisin interface- MapResourceEntity
 
 - 
getTypepublic String getType() - Specified by:
- getTypein interface- MapResourceEntity
 
 - 
setTypepublic void setType(String type) - Specified by:
- setTypein interface- MapResourceEntity
 
 - 
getIconUripublic String getIconUri() - Specified by:
- getIconUriin interface- MapResourceEntity
 
 - 
setIconUripublic void setIconUri(String iconUri) - Specified by:
- setIconUriin 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
 
 - 
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
 
 
- 
 
-