Package org.keycloak.models.map.common
Interface HasRealmId
-
- All Known Implementing Classes:
ConcurrentHashMapKeycloakTransaction,FileMapKeycloakTransaction,FileMapStorage.Crud,HotRodUserSessionTransaction,SingleUseObjectKeycloakTransaction
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.
-