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 SummaryConstructors Constructor Description CachedScope(Long revision, Scope scope)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetIconUri()StringgetName()StringgetResourceServerId()- 
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisionedgetCacheTimestamp, getId, getRevision, setRevision
 
- 
 
- 
- 
- 
Method Detail- 
getNamepublic String getName() 
 - 
getDisplayNamepublic String getDisplayName() 
 - 
getIconUripublic String getIconUri() 
 - 
getResourceServerIdpublic String getResourceServerId() - Specified by:
- getResourceServerIdin interface- InResourceServer
 
 
- 
 
-