Interface InRealm
-
- All Superinterfaces:
Revisioned
- All Known Subinterfaces:
ClientQuery
,ClientScopeQuery
,GroupQuery
,InClient
,RoleQuery
,UserQuery
- All Known Implementing Classes:
CachedClient
,CachedClientRole
,CachedClientScope
,CachedFederatedIdentityLinks
,CachedGroup
,CachedRealmRole
,CachedRole
,CachedUser
,CachedUserConsents
,ClientListQuery
,ClientScopeListQuery
,GroupListQuery
,RoleListQuery
,UserListQuery
public interface InRealm extends Revisioned
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRealm()
-
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
-
-
-
Method Detail
-
getRealm
String getRealm()
-
-