Class SingleUseObjectValueEntity
java.lang.Object
org.keycloak.models.sessions.infinispan.entities.SingleUseObjectValueEntity
- All Implemented Interfaces:
 SingleUseObjectValueModel
@ProtoTypeId(65601)
public class SingleUseObjectValueEntity
extends Object
implements SingleUseObjectValueModel
- Author:
 - hmlnarik
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SingleUseObjectValueEntity
 
 - 
 - 
Method Details
- 
getNotes
@ProtoField(value=1, mapImplementation=java.util.HashMap.class) public Map<String,String> getNotes()Description copied from interface:SingleUseObjectValueModelReturns unmodifiable map of all notes.- Specified by:
 getNotesin interfaceSingleUseObjectValueModel- Returns:
 - see description. Returns empty map if no note is set, never returns 
null. 
 - 
getNote
Description copied from interface:SingleUseObjectValueModelReturns value of the given note (ornullwhen no note of this name is present)- Specified by:
 getNotein interfaceSingleUseObjectValueModel- Returns:
 - see description
 
 - 
toString
 
 -