Class Rights


  • public final class Rights
    extends java.lang.Object
    Deprecated.
    this API will probably change incompatibly soon
    A set of rights, as defined in RFC 2086. Please note that this API is experimental and will probably change soon when the IETF working group delivers a a new specification.
    Author:
    Chris Burdess
    • Constructor Detail

      • Rights

        public Rights()
        Deprecated.
      • Rights

        public Rights​(Rights rights)
        Deprecated.
      • Rights

        public Rights​(java.lang.String rights)
        Deprecated.
    • Method Detail

      • add

        public void add​(Rights rights)
        Deprecated.
      • remove

        public void remove​(Rights.Right right)
        Deprecated.
      • remove

        public void remove​(Rights rights)
        Deprecated.
      • contains

        public boolean contains​(Rights.Right right)
        Deprecated.
      • contains

        public boolean contains​(Rights rights)
        Deprecated.
      • equals

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

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