public class BasicCredentials extends Object implements Credentials
| Constructor and Description |
|---|
BasicCredentials(String clientId,
String clientSecret,
Long issuedAt,
Long expiresIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientId() |
String |
getClientSecret() |
Long |
getExpiresIn() |
Long |
getIssuedAt() |
int |
hashCode() |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setExpiresIn(Long expiresIn) |
void |
setIssuedAt(Long issuedAt) |
public String getClientId()
getClientId in interface Credentialspublic String getClientSecret()
getClientSecret in interface Credentialspublic Long getIssuedAt()
getIssuedAt in interface Credentialspublic Long getExpiresIn()
getExpiresIn in interface Credentialspublic void setClientId(String clientId)
public void setClientSecret(String clientSecret)
public void setIssuedAt(Long issuedAt)
public void setExpiresIn(Long expiresIn)
Copyright © 2010 - 2020 Adobe. All Rights Reserved