Class Group


  • public class Group
    extends Object
    Represents a group to which a user belongs. See section 4.1.2 of RFC 7643.
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getRef

        public String getRef()
      • setRef

        public void setRef​(String ref)
      • getDisplay

        public String getDisplay()
      • setDisplay

        public void setDisplay​(String display)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • setType

        public void setType​(Group.Type type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object