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 Summary
Nested Classes Modifier and Type Class Description static class
SingleUseObjectValueEntity.ExternalizerImpl
-
Nested classes/interfaces inherited from interface org.keycloak.models.SingleUseObjectValueModel
SingleUseObjectValueModel.SearchableFields
-
-
Constructor Summary
Constructors Constructor Description SingleUseObjectValueEntity(Map<String,String> notes)
-
-
-
Method Detail
-
getNotes
public Map<String,String> getNotes()
Description copied from interface:SingleUseObjectValueModel
Returns unmodifiable map of all notes.- Specified by:
getNotes
in interfaceSingleUseObjectValueModel
- Returns:
- see description. Returns empty map if no note is set, never returns
null
.
-
getNote
public String getNote(String name)
Description copied from interface:SingleUseObjectValueModel
Returns value of the given note (ornull
when no note of this name is present)- Specified by:
getNote
in interfaceSingleUseObjectValueModel
- Returns:
- see description
-
-