Class HotRodClientScopeEntity
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
org.keycloak.models.map.storage.hotRod.clientscope.HotRodClientScopeEntity
- All Implemented Interfaces:
- UpdatableEntity
@Indexed
@ProtoDoc("schema-version: 1")
public class HotRodClientScopeEntity
extends AbstractHotRodEntity
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic interfaceNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intFields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityupdated
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntityclearUpdatedFlag, isUpdatedMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntitymarkUpdatedFlag
- 
Field Details- 
VERSIONpublic static final int VERSION- See Also:
 
- 
entityVersion
- 
id
- 
realmId
- 
name
- 
protocol
- 
description
- 
scopeMappings
- 
protocolMappers
- 
attributes
 
- 
- 
Constructor Details- 
HotRodClientScopeEntitypublic HotRodClientScopeEntity()
 
- 
- 
Method Details