Uses of Class
org.jclouds.sts.options.SessionCredentialsOptions

Packages that use SessionCredentialsOptions
org.jclouds.sts   
org.jclouds.sts.options   
 

Uses of SessionCredentialsOptions in org.jclouds.sts
 

Methods in org.jclouds.sts with parameters of type SessionCredentialsOptions
 SessionCredentials STSApi.createTemporaryCredentials(SessionCredentialsOptions options)
          like STSApi.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
 SessionCredentialsOptions SessionCredentialsOptions.clone()
           
 SessionCredentialsOptions SessionCredentialsOptions.durationSeconds(long durationSeconds)
          The duration, in seconds, that the credentials should remain valid.
static SessionCredentialsOptions SessionCredentialsOptions.Builder.durationSeconds(long durationSeconds)
           
 SessionCredentialsOptions SessionCredentialsOptions.serialNumber(String serialNumber)
          The identification number of the MFA device for the user.
static SessionCredentialsOptions SessionCredentialsOptions.Builder.serialNumber(String serialNumber)
           
 SessionCredentialsOptions SessionCredentialsOptions.tokenCode(String tokenCode)
          The value provided by the MFA device.
static SessionCredentialsOptions SessionCredentialsOptions.Builder.tokenCode(String tokenCode)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.