Class CachedResource
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
-
- org.keycloak.models.cache.infinispan.authorization.entities.CachedResource
-
- All Implemented Interfaces:
Serializable
,CachedObject
,InResourceServer
,Revisioned
public class CachedResource extends AbstractRevisioned implements InResourceServer
- Author:
- Pedro Igor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachedResource(Long revision, Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>
getAttributes(Supplier<Resource> source)
String
getDisplayName()
String
getIconUri()
String
getName()
String
getOwner()
String
getResourceServerId()
Set<String>
getScopesIds(Supplier<Resource> source)
String
getType()
Set<String>
getUris(Supplier<Resource> source)
boolean
isOwnerManagedAccess()
-
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
-
-
-
-
Method Detail
-
getName
public String getName()
-
getDisplayName
public String getDisplayName()
-
getType
public String getType()
-
getIconUri
public String getIconUri()
-
getOwner
public String getOwner()
-
isOwnerManagedAccess
public boolean isOwnerManagedAccess()
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceInResourceServer
-
-