Class SingleUseObjectValueEntity
- java.lang.Object
- 
- org.keycloak.models.sessions.infinispan.entities.SingleUseObjectValueEntity
 
- 
- All Implemented Interfaces:
- SingleUseObjectValueModel
 
 @SerializeWith(ExternalizerImpl.class) public class SingleUseObjectValueEntity extends Object implements SingleUseObjectValueModel - Author:
- hmlnarik
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSingleUseObjectValueEntity.ExternalizerImpl- 
Nested classes/interfaces inherited from interface org.keycloak.models.SingleUseObjectValueModelSingleUseObjectValueModel.SearchableFields
 
- 
 - 
Constructor SummaryConstructors Constructor Description SingleUseObjectValueEntity(Map<String,String> notes)
 
- 
- 
- 
Method Detail- 
getNotespublic Map<String,String> getNotes() Description copied from interface:SingleUseObjectValueModelReturns unmodifiable map of all notes.- Specified by:
- getNotesin interface- SingleUseObjectValueModel
- Returns:
- see description. Returns empty map if no note is set, never returns null.
 
 - 
getNotepublic String getNote(String name) Description copied from interface:SingleUseObjectValueModelReturns value of the given note (ornullwhen no note of this name is present)- Specified by:
- getNotein interface- SingleUseObjectValueModel
- Returns:
- see description
 
 
- 
 
-