Class UserWithAppIdentity

java.lang.Object
com.linecorp.centraldogma.server.metadata.User
com.linecorp.centraldogma.server.metadata.UserWithAppIdentity
All Implemented Interfaces:
Identifiable, Serializable

public final class UserWithAppIdentity extends User
A User which accesses the API with an AppIdentity.
See Also:
  • Constructor Details

    • UserWithAppIdentity

      public UserWithAppIdentity(AppIdentity appIdentity)
      Creates a new instance.
  • Method Details

    • appIdentity

      public AppIdentity appIdentity()
      Returns the AppIdentity of the user.
    • isSystemAdmin

      public boolean isSystemAdmin()
      Description copied from class: User
      Returns true if this user has system administrative privileges.
      Overrides:
      isSystemAdmin in class User
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class User
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class User
    • toString

      public String toString()
      Overrides:
      toString in class User