Class ApplicationCredentials

java.lang.Object
org.yamcs.security.ApplicationCredentials
All Implemented Interfaces:
AuthenticationToken

public class ApplicationCredentials extends Object implements AuthenticationToken
Credentials for identifying as an application, for example the singleton application that represents a service account.
  • Constructor Details

    • ApplicationCredentials

      public ApplicationCredentials(String applicationId, String applicationSecret)
  • Method Details

    • getApplicationId

      public String getApplicationId()
    • getApplicationSecret

      public String getApplicationSecret()
    • setBecome

      public void setBecome(String become)
    • getBecome

      public String getBecome()