Class SecurityScope

    • Constructor Detail

      • SecurityScope

        public SecurityScope()
    • Method Detail

      • getId

        public String getId()
      • getName

        public String getName()
      • isOpen

        public boolean isOpen()
        Whether all users should have this scope assigned to them, regardless of what their underlying permissions are.
      • setId

        public void setId​(String id)
      • setName

        public void setName​(String name)
      • setOpen

        public void setOpen​(boolean open)
        Whether all users should have this scope assigned to them, regardless of what their underlying permissions are.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object