Class TokenRegistration

java.lang.Object
com.linecorp.centraldogma.server.metadata.TokenRegistration
All Implemented Interfaces:
Identifiable

public class TokenRegistration extends Object implements Identifiable
Specifies a registration of a Token.
  • Constructor Details

  • Method Details

    • id

      public String id()
      Description copied from interface: Identifiable
      Returns the String-formatted identifier.
      Specified by:
      id in interface Identifiable
    • appId

      public String appId()
      Returns the ID of the application.
    • role

      public ProjectRole role()
      Returns the role of the token in a project.
    • creation

      public UserAndTimestamp creation()
      Returns who creates the token when.
    • toString

      public String toString()
      Overrides:
      toString in class Object