Class CachedClientScope
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
-
- org.keycloak.models.cache.infinispan.entities.CachedClientScope
-
- All Implemented Interfaces:
Serializable,CachedObject,InRealm,Revisioned
public class CachedClientScope extends AbstractRevisioned implements InRealm
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachedClientScope(Long revision, RealmModel realm, ClientScopeModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getAttributes()StringgetDescription()StringgetName()StringgetProtocol()Set<ProtocolMapperModel>getProtocolMappers()StringgetRealm()Set<String>getScope()voidsetDescription(String description)-
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
-
-
-
Constructor Detail
-
CachedClientScope
public CachedClientScope(Long revision, RealmModel realm, ClientScopeModel model)
-
-