Class ResourceScopeListQuery
java.lang.Object
org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
org.keycloak.models.cache.infinispan.authorization.entities.ResourceListQuery
org.keycloak.models.cache.infinispan.authorization.entities.ResourceScopeListQuery
- All Implemented Interfaces:
Serializable
,CachedObject
,InResourceServer
,InScope
,ResourceQuery
,Revisioned
- Author:
- Pedro Igor
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class org.keycloak.models.cache.infinispan.authorization.entities.ResourceListQuery
getResources, getResourceServerId
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 Details
-
ResourceScopeListQuery
-
-
Method Details
-
getScopeId
- Specified by:
getScopeId
in interfaceInScope
-
isInvalid
- Specified by:
isInvalid
in interfaceResourceQuery
- Overrides:
isInvalid
in classResourceListQuery
-