Interface ClientScopeQuery
-
- All Superinterfaces:
InClient
,InRealm
,Revisioned
- All Known Implementing Classes:
ClientScopeListQuery
public interface ClientScopeQuery extends InClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getClientScopes()
-
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.InClient
getClientId
-
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
-