Class UserProfile


  • public class UserProfile
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UserProfile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAttribute​(java.lang.String key, java.lang.Object value)  
      java.util.Map<java.lang.String,​java.lang.Object> getFields()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserProfile

        public UserProfile()
    • Method Detail

      • getFields

        public java.util.Map<java.lang.String,​java.lang.Object> getFields()
      • addAttribute

        public void addAttribute​(java.lang.String key,
                                 java.lang.Object value)