Class ClientScopeListQuery
java.lang.Object
org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
org.keycloak.models.cache.infinispan.entities.ClientScopeListQuery
- All Implemented Interfaces:
CachedObject,ClientScopeQuery,InClient,InRealm,Revisioned
-
Constructor Summary
ConstructorsConstructorDescriptionClientScopeListQuery(Long revisioned, String id, RealmModel realm, String clientUuid, Set<String> clientScopes) ClientScopeListQuery(Long revisioned, String id, RealmModel realm, Set<String> clientScopes) -
Method Summary
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevisionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
Constructor Details
-
ClientScopeListQuery
-
ClientScopeListQuery
-
-
Method Details
-
getClientScopes
- Specified by:
getClientScopesin interfaceClientScopeQuery
-
getRealm
-
getClientId
- Specified by:
getClientIdin interfaceInClient
-
toString
-