ClientSessionModel.getNotes()

This commit is contained in:
Bill Burke
2015-06-20 09:07:54 -04:00
parent aaa83dc19a
commit fc2df08e15
5 changed files with 39 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ public interface ClientSessionModel {
public String getNote(String name);
public void setNote(String name, String value);
public void removeNote(String name);
public Map<String, String> getNotes();
/**
* These are notes you want applied to the UserSessionModel when the client session is attached to it.