Returns a map of user properties associated with this session. @return The user properties map
()
| 221 | * @return The user properties map |
| 222 | */ |
| 223 | Map<String,Object> getUserProperties(); |
| 224 | |
| 225 | /** |
| 226 | * Returns the principal of the user associated with this session, or {@code null} if the |
no outgoing calls