Package org.keycloak.models.map.common
Interface HasRealmId
-
- All Known Implementing Classes:
ConcurrentHashMapStorage,FileCrudOperations,FileMapStorage,HotRodUserSessionMapStorage,SingleUseObjectMapStorage
public interface HasRealmIdInterface for all objects which are bound to a realm and retain reference to its ID.- Author:
- hmlnarik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRealmId()Returns realm ID of the entity.voidsetRealmId(String realmId)Sets the realm ID of this object.
-