Class CachedScope
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
-
- org.keycloak.models.cache.infinispan.authorization.entities.CachedScope
-
- All Implemented Interfaces:
Serializable
,CachedObject
,InResourceServer
,Revisioned
public class CachedScope extends AbstractRevisioned implements InResourceServer
- Author:
- Pedro Igor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachedScope(Long revision, Scope scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconUri()
String
getName()
String
getResourceServerId()
-
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()
-
getIconUri
public String getIconUri()
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceInResourceServer
-
-