Interface Credentials

All Known Subinterfaces:
Credentials.AppIdClientCredentials, Credentials.BasicCredentials, Credentials.BearerTokenCredentials, Credentials.HeaderCredentials, Credentials.HttpClientCredentials, Credentials.UserNameOnlyCredentials
All Known Implementing Classes:
AppIdClientCredentials, BasicCredentials, BearerTokenCredentials, HeaderCredentials, UserNameOnlyCredentials

@Exported public interface Credentials
This interface contains all specific credential types used to visit URLs against the target Content Server.
  • Method Details

    • getUserName

      String getUserName()
      Returns:
      the user name
    • getCredentialsClassName

      String getCredentialsClassName()
      Returns:
      the name of the credentials class
    • getLogId

      String getLogId()
      Returns:
      the identifier used in the log for these credentials