Class CouchDbSessionAuthenticator.CouchDbSessionToken

java.lang.Object
com.ibm.cloud.sdk.core.security.AbstractToken
com.ibm.cloud.cloudant.security.CouchDbSessionAuthenticator.CouchDbSessionToken
All Implemented Interfaces:
TokenServerResponse
Enclosing class:
CouchDbSessionAuthenticator

public static class CouchDbSessionAuthenticator.CouchDbSessionToken extends AbstractToken implements TokenServerResponse
Implements TokenServerResponse for an Apache CouchDB session cookie.
  • Field Details

    • expiryTime

      public final long expiryTime
    • refreshTime

      public final long refreshTime
  • Constructor Details

    • CouchDbSessionToken

      public CouchDbSessionToken(long expiryTime)
      Constructor for a known expiry time.
      Parameters:
      expiryTime - time since epoch that represents the expiry time of this cookie token
  • Method Details