Uses of Class
org.jclouds.sts.options.SessionCredentialsOptions
-
Packages that use SessionCredentialsOptions Package Description org.jclouds.sts org.jclouds.sts.options -
-
Uses of SessionCredentialsOptions in org.jclouds.sts
Methods in org.jclouds.sts with parameters of type SessionCredentialsOptions Modifier and Type Method Description SessionCredentials
STSApi. createTemporaryCredentials(SessionCredentialsOptions options)
likeSTSApi.createTemporaryCredentials()
, except you can modify the timeout and other parameters. -
Uses of SessionCredentialsOptions in org.jclouds.sts.options
Methods in org.jclouds.sts.options that return SessionCredentialsOptions Modifier and Type Method Description SessionCredentialsOptions
SessionCredentialsOptions. clone()
static SessionCredentialsOptions
SessionCredentialsOptions.Builder. durationSeconds(long durationSeconds)
SessionCredentialsOptions
SessionCredentialsOptions. durationSeconds(long durationSeconds)
The duration, in seconds, that the credentials should remain valid.static SessionCredentialsOptions
SessionCredentialsOptions.Builder. serialNumber(String serialNumber)
SessionCredentialsOptions
SessionCredentialsOptions. serialNumber(String serialNumber)
The identification number of the MFA device for the user.static SessionCredentialsOptions
SessionCredentialsOptions.Builder. tokenCode(String tokenCode)
SessionCredentialsOptions
SessionCredentialsOptions. tokenCode(String tokenCode)
The value provided by the MFA device.
-