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
ConstructorDescriptionClientScopeListQuery
(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, 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
-
Constructor Details
-
ClientScopeListQuery
-
ClientScopeListQuery
-
-
Method Details
-
getClientScopes
- Specified by:
getClientScopes
in interfaceClientScopeQuery
-
getRealm
-
getClientId
- Specified by:
getClientId
in interfaceInClient
-
toString
-