Class Principal

java.lang.Object
com.linkedin.venice.authorization.Principal

public class Principal extends Object
Represents an actor entry. For implementation purpose the name may be formatted as needed. This is an immutable class.
  • Constructor Details

    • Principal

      public Principal(String name)
  • Method Details