Class TokenRegistration
java.lang.Object
com.linecorp.centraldogma.server.metadata.TokenRegistration
- All Implemented Interfaces:
Identifiable
Specifies a registration of a
Token
.-
Constructor Summary
ConstructorDescriptionTokenRegistration
(String appId, ProjectRole role, UserAndTimestamp creation) Creates a new instance. -
Method Summary
-
Constructor Details
-
TokenRegistration
Creates a new instance.
-
-
Method Details
-
id
Description copied from interface:Identifiable
Returns theString
-formatted identifier.- Specified by:
id
in interfaceIdentifiable
-
appId
Returns the ID of the application. -
role
Returns the role of the token in a project. -
creation
Returns who creates the token when. -
toString
-