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 SummaryModifier and TypeMethodDescriptionReturns realm ID of the entity.voidsetRealmId(String realmId) Sets the realm ID of this object.
- 
Method Details- 
getRealmIdString getRealmId()Returns realm ID of the entity.- Returns:
- See description
 
- 
setRealmIdSets the realm ID of this object.- Parameters:
- realmId- Realm ID.
 
 
-