Class ClientScopeListQuery
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
- 
- org.keycloak.models.cache.infinispan.entities.ClientScopeListQuery
 
 
- 
- All Implemented Interfaces:
- Serializable,- CachedObject,- ClientScopeQuery,- InClient,- InRealm,- Revisioned
 
 public class ClientScopeListQuery extends AbstractRevisioned implements ClientScopeQuery - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ClientScopeListQuery(Long revisioned, String id, RealmModel realm, String clientUuid, Set<String> clientScopes)ClientScopeListQuery(Long revisioned, String id, RealmModel realm, Set<String> clientScopes)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()Set<String>getClientScopes()StringgetRealm()StringtoString()- 
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisionedgetCacheTimestamp, getId, getRevision, setRevision
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.RevisionedgetId, getRevision, setRevision
 
- 
 
- 
- 
- 
Method Detail- 
getClientScopespublic Set<String> getClientScopes() - Specified by:
- getClientScopesin interface- ClientScopeQuery
 
 - 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- InClient
 
 
- 
 
-