Class ResourceAdapter
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.authorization.ResourceAdapter
-
- All Implemented Interfaces:
CachedModel<Resource>,Resource
public class ResourceAdapter extends Object implements Resource, CachedModel<Resource>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.authorization.model.Resource
Resource.FilterOption, Resource.SearchableFields
-
-
Field Summary
Fields Modifier and Type Field Description protected CachedResourcecachedprotected StoreFactoryCacheSessioncacheSessionprotected booleaninvalidatedprotected List<Scope>scopesprotected Resourceupdated
-
Constructor Summary
Constructors Constructor Description ResourceAdapter(CachedResource cached, StoreFactoryCacheSession cacheSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<String>getAttribute(String name)Returns the values of an attribute with the givennameMap<String,List<String>>getAttributes()Returns the attributes associated with this resource.longgetCacheTimestamp()When was the model was loaded from database.ResourcegetDelegateForUpdate()Invalidates the cache for this model and returns a delegate that represents the actual data providerStringgetDisplayName()Returns the end user friendly name for this resource.StringgetIconUri()Returns an iconURIfor this resource.StringgetId()Returns the unique identifier for this instance.StringgetName()Returns the resource's name.StringgetOwner()Returns the resource's owner, which is usually an identifier that uniquely identifies the resource's owner.ResourceServergetResourceServer()Returns theResourceServerto where this resource belongs to.List<Scope>getScopes()StringgetSingleAttribute(String name)Returns the first value of an attribute with the givennameStringgetType()Returns a string representing the type of this resource.Set<String>getUris()inthashCode()voidinvalidate()Invalidate the cache for this modelprotected voidinvalidateFlag()booleanisOwnerManagedAccess()Indicates if this resource can be managed by the resource owner.protected booleanisUpdated()voidremoveAttribute(String name)voidsetAttribute(String name, List<String> values)Sets an attribute with the givennameandvalues.voidsetDisplayName(String name)Sets an end user friendly name for this resource.voidsetIconUri(String iconUri)Sets an iconURIfor this resource.voidsetName(String name)Sets a name for this resource.voidsetOwnerManagedAccess(boolean ownerManagedAccess)Sets if this resource can be managed by the resource owner.voidsetType(String type)Sets a string representing the type of this resource.voidupdateScopes(Set<Scope> scopes)Update the set of scopes associated with this resource.voidupdateUris(Set<String> uris)Sets a list ofURIthat uniquely identify this resource.
-
-
-
Field Detail
-
cached
protected final CachedResource cached
-
cacheSession
protected final StoreFactoryCacheSession cacheSession
-
updated
protected Resource updated
-
invalidated
protected boolean invalidated
-
-
Constructor Detail
-
ResourceAdapter
public ResourceAdapter(CachedResource cached, StoreFactoryCacheSession cacheSession)
-
-
Method Detail
-
getDelegateForUpdate
public Resource getDelegateForUpdate()
Description copied from interface:CachedModelInvalidates the cache for this model and returns a delegate that represents the actual data provider- Specified by:
getDelegateForUpdatein interfaceCachedModel<Resource>- Returns:
-
invalidateFlag
protected void invalidateFlag()
-
invalidate
public void invalidate()
Description copied from interface:CachedModelInvalidate the cache for this model- Specified by:
invalidatein interfaceCachedModel<Resource>
-
getCacheTimestamp
public long getCacheTimestamp()
Description copied from interface:CachedModelWhen was the model was loaded from database.- Specified by:
getCacheTimestampin interfaceCachedModel<Resource>- Returns:
-
isUpdated
protected boolean isUpdated()
-
getId
public String getId()
Description copied from interface:ResourceReturns the unique identifier for this instance.
-
getName
public String getName()
Description copied from interface:ResourceReturns the resource's name.
-
setName
public void setName(String name)
Description copied from interface:ResourceSets a name for this resource. The name must be unique.
-
getDisplayName
public String getDisplayName()
Description copied from interface:ResourceReturns the end user friendly name for this resource. If not defined, value forResource.getName()is returned.- Specified by:
getDisplayNamein interfaceResource- Returns:
- the friendly name for this resource
-
setDisplayName
public void setDisplayName(String name)
Description copied from interface:ResourceSets an end user friendly name for this resource.- Specified by:
setDisplayNamein interfaceResource- Parameters:
name- the name of this resource
-
getIconUri
public String getIconUri()
Description copied from interface:ResourceReturns an iconURIfor this resource.- Specified by:
getIconUriin interfaceResource- Returns:
- a uri for an icon
-
setIconUri
public void setIconUri(String iconUri)
Description copied from interface:ResourceSets an iconURIfor this resource.- Specified by:
setIconUriin interfaceResource- Parameters:
iconUri- an uri for an icon
-
getResourceServer
public ResourceServer getResourceServer()
Description copied from interface:ResourceReturns theResourceServerto where this resource belongs to.- Specified by:
getResourceServerin interfaceResource- Returns:
- the resource server associated with this resource
-
updateUris
public void updateUris(Set<String> uris)
Description copied from interface:ResourceSets a list ofURIthat uniquely identify this resource.- Specified by:
updateUrisin interfaceResource- Parameters:
uris- anURIfor this resource
-
getType
public String getType()
Description copied from interface:ResourceReturns a string representing the type of this resource.
-
setType
public void setType(String type)
Description copied from interface:ResourceSets a string representing the type of this resource.
-
getOwner
public String getOwner()
Description copied from interface:ResourceReturns the resource's owner, which is usually an identifier that uniquely identifies the resource's owner.
-
isOwnerManagedAccess
public boolean isOwnerManagedAccess()
Description copied from interface:ResourceIndicates if this resource can be managed by the resource owner.- Specified by:
isOwnerManagedAccessin interfaceResource- Returns:
trueif this resource can be managed by the resource owner. Otherwise,false.
-
setOwnerManagedAccess
public void setOwnerManagedAccess(boolean ownerManagedAccess)
Description copied from interface:ResourceSets if this resource can be managed by the resource owner.- Specified by:
setOwnerManagedAccessin interfaceResource- Parameters:
ownerManagedAccess-trueindicates that this resource can be managed by the resource owner.
-
updateScopes
public void updateScopes(Set<Scope> scopes)
Description copied from interface:ResourceUpdate the set of scopes associated with this resource.- Specified by:
updateScopesin interfaceResource- Parameters:
scopes- the list of scopes to update
-
getAttributes
public Map<String,List<String>> getAttributes()
Description copied from interface:ResourceReturns the attributes associated with this resource.- Specified by:
getAttributesin interfaceResource- Returns:
- a map holding the attributes associated with this resource
-
getSingleAttribute
public String getSingleAttribute(String name)
Description copied from interface:ResourceReturns the first value of an attribute with the givenname- Specified by:
getSingleAttributein interfaceResource- Parameters:
name- of the attribute- Returns:
- the first value of an attribute
-
getAttribute
public List<String> getAttribute(String name)
Description copied from interface:ResourceReturns the values of an attribute with the givenname- Specified by:
getAttributein interfaceResource- Parameters:
name- of the attribute- Returns:
- the values of an attribute
-
setAttribute
public void setAttribute(String name, List<String> values)
Description copied from interface:ResourceSets an attribute with the givennameandvalues.- Specified by:
setAttributein interfaceResource- Parameters:
name- the attribute namevalues- the attribute values
-
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttributein interfaceResource
-
-