Uses of Class
org.jclouds.sts.options.SessionCredentialsOptions
Packages that use SessionCredentialsOptions
-
Uses of SessionCredentialsOptions in org.jclouds.sts
Methods in org.jclouds.sts with parameters of type SessionCredentialsOptionsModifier and TypeMethodDescriptionSTSApi.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 SessionCredentialsOptionsModifier and TypeMethodDescriptionSessionCredentialsOptions.clone()
static SessionCredentialsOptions
SessionCredentialsOptions.Builder.durationSeconds
(long durationSeconds) SessionCredentialsOptions.durationSeconds
(long durationSeconds) The duration, in seconds, that the credentials should remain valid.static SessionCredentialsOptions
SessionCredentialsOptions.Builder.serialNumber
(String serialNumber) SessionCredentialsOptions.serialNumber
(String serialNumber) The identification number of the MFA device for the user.static SessionCredentialsOptions
The value provided by the MFA device.