Interface Credentials.BearerTokenCredentials

All Superinterfaces:
Credentials
All Known Implementing Classes:
BearerTokenCredentials
Enclosing interface:
Credentials

public static interface Credentials.BearerTokenCredentials extends Credentials
Credentials used for a Bearer Token Auth SiteRequest
  • Method Details

    • getToken

      char[] getToken()
      Returns:
      the bearer token
    • getRealm

      String getRealm()
      Returns:
      the realm the bearer token applies A null value indicates the token applies to all realms
    • getExpiryTime

      long getExpiryTime()
      Returns:
      number of milliseconds post epoch at which point the token expires A value less than or equal to 0 indicates the token never expires