Package org.keycloak.models.map.common
Interface HasRealmId
- All Known Implementing Classes:
ConcurrentHashMapStorage
,FileCrudOperations
,FileMapStorage
,HotRodUserSessionMapStorage
,SingleUseObjectMapStorage
public interface HasRealmId
Interface for all objects which are bound to a realm and retain reference to its ID.
- Author:
- hmlnarik
-
Method Summary
Modifier and TypeMethodDescriptionReturns realm ID of the entity.void
setRealmId
(String realmId) Sets the realm ID of this object.
-
Method Details
-
getRealmId
String getRealmId()Returns realm ID of the entity.- Returns:
- See description
-
setRealmId
Sets the realm ID of this object.- Parameters:
realmId
- Realm ID.
-