com.supermap.services.security

Class ExtendedUserInfo

  • java.lang.Object
    • com.supermap.services.security.ExtendedUserInfo


  • public class ExtendedUserInfo
    extends java.lang.Object
    

    User information for extended users.

    Since:
    7.0.1
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String description
      Description of user .
      java.util.Set<java.lang.String> groups
      The group to which the user belongs.
      java.util.Map<java.lang.String,java.lang.Object> properties
      Extended Information
      java.util.Set<java.lang.String> roles
      The role owned by the user.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ExtendedUserInfo() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      int hashCode() 
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • groups

        public java.util.Set<java.lang.String> groups
        

        The group to which the user belongs.

      • roles

        public java.util.Set<java.lang.String> roles
        

        The role owned by the user.

      • properties

        public java.util.Map<java.lang.String,java.lang.Object> properties
        

        Extended Information

        Since:
        7.0.1
      • description

        public java.lang.String description
        

        Description of user .

    • Constructor Detail

      • ExtendedUserInfo

        public ExtendedUserInfo()
        
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        
        Overrides:
        hashCode in class java.lang.Object