Class User

  • All Implemented Interfaces:
    Serializable

    public class User
    extends Object
    implements Serializable
    Simple representation of a user in Gaffer. Users execute operations on the graph, which passes this User object to the underlying store. The store then uses the values of the dataAuths and opAuths objects associated with the user to determine if they are allowed to perform the operation or not.
    See Also:
    Serialized Form