Class ScopeListQuery
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
-
- org.keycloak.models.cache.infinispan.authorization.entities.ScopeListQuery
-
- All Implemented Interfaces:
Serializable,CachedObject,InResourceServer,Revisioned
public class ScopeListQuery extends AbstractRevisioned implements InResourceServer
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceServerId()Set<String>getScopes()-
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
-
-
-
-
Method Detail
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerIdin interfaceInResourceServer
-
-