Package org.keycloak.models.map.common
Interface HasRealmId
-
- All Known Implementing Classes:
ConcurrentHashMapKeycloakTransaction
,FileMapKeycloakTransaction
,FileMapStorage.Crud
,HotRodUserSessionTransaction
,SingleUseObjectKeycloakTransaction
public interface HasRealmId
Interface 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 String
getRealmId()
Returns realm ID of the entity.void
setRealmId(String realmId)
Sets the realm ID of this object.
-