| Modifier and Type | Class and Description |
|---|---|
static class |
SessionCredentialsOptions.Builder |
| Constructor and Description |
|---|
SessionCredentialsOptions() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,String> |
buildFormParameters() |
SessionCredentialsOptions |
clone() |
SessionCredentialsOptions |
durationSeconds(long durationSeconds)
The duration, in seconds, that the credentials should remain valid.
|
boolean |
equals(Object obj) |
int |
hashCode() |
SessionCredentialsOptions |
serialNumber(String serialNumber)
The identification number of the MFA device for the user.
|
SessionCredentialsOptions |
tokenCode(String tokenCode)
The value provided by the MFA device.
|
String |
toString() |
public SessionCredentialsOptions serialNumber(String serialNumber)
public SessionCredentialsOptions durationSeconds(long durationSeconds)
public SessionCredentialsOptions tokenCode(String tokenCode)
public com.google.common.collect.Multimap<String,String> buildFormParameters()
buildFormParameters in interface org.jclouds.http.options.HttpRequestOptionsbuildFormParameters in class org.jclouds.http.options.BaseHttpRequestOptionspublic int hashCode()
hashCode in class org.jclouds.http.options.BaseHttpRequestOptionspublic SessionCredentialsOptions clone()
public boolean equals(Object obj)
equals in class org.jclouds.http.options.BaseHttpRequestOptionspublic String toString()
toString in class org.jclouds.http.options.BaseHttpRequestOptionsCopyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.