Class ResourceListQuery
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
-
- org.keycloak.models.cache.infinispan.authorization.entities.ResourceListQuery
-
- All Implemented Interfaces:
Serializable,CachedObject,InResourceServer,ResourceQuery,Revisioned
- Direct Known Subclasses:
ResourceScopeListQuery
public class ResourceListQuery extends AbstractRevisioned implements ResourceQuery, InResourceServer
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getResources()StringgetResourceServerId()booleanisInvalid(Set<String> invalidations)-
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
-
-
-
-
Method Detail
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerIdin interfaceInResourceServer
-
getResources
public Set<String> getResources()
- Specified by:
getResourcesin interfaceResourceQuery
-
isInvalid
public boolean isInvalid(Set<String> invalidations)
- Specified by:
isInvalidin interfaceResourceQuery
-
-