Interface ResourceQuery
-
- All Superinterfaces:
Revisioned
- All Known Implementing Classes:
ResourceListQuery
,ResourceScopeListQuery
public interface ResourceQuery extends Revisioned
- Author:
- Pedro Igor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getResources()
boolean
isInvalid(Set<String> invalidations)
-
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
-