Class User

java.lang.Object
org.apache.nifi.authorization.User

public class User extends Object
A user to create authorization policies for.
  • Field Details

    • identifier

      private final String identifier
    • identity

      private final String identity
  • Constructor Details

  • Method Details

    • getIdentifier

      public String getIdentifier()
      Returns:
      the identifier of the user
    • getIdentity

      public String getIdentity()
      Returns:
      the identity string of the user
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object