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 Summary
Constructors 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 Summary
All 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.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
-
-
-
Method Detail
-
getClientScopes
public Set<String> getClientScopes()
- Specified by:
getClientScopesin interfaceClientScopeQuery
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceInClient
-
-