Class UserWithAppIdentity
java.lang.Object
com.linecorp.centraldogma.server.metadata.User
com.linecorp.centraldogma.server.metadata.UserWithAppIdentity
- All Implemented Interfaces:
Identifiable, Serializable
A
User which accesses the API with an AppIdentity.- See Also:
-
Field Summary
Fields inherited from class User
DEFAULT, LEVEL_SYSTEM_ADMIN, LEVEL_USER, SYSTEM, SYSTEM_ADMIN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theAppIdentityof the user.booleaninthashCode()booleanReturnstrueif this user has system administrative privileges.toString()
-
Constructor Details
-
UserWithAppIdentity
Creates a new instance.
-
-
Method Details
-
appIdentity
Returns theAppIdentityof the user. -
isSystemAdmin
public boolean isSystemAdmin()Description copied from class:UserReturnstrueif this user has system administrative privileges.- Overrides:
isSystemAdminin classUser
-
hashCode
-
equals
-
toString
-