| Package | Description | 
|---|---|
| org.jclouds.sts | |
| org.jclouds.sts.domain | |
| org.jclouds.sts.xml | 
| Modifier and Type | Method and Description | 
|---|---|
UserAndSessionCredentials | 
STSApi.assumeRole(String roleArn,
          String sessionName)
Assumes a role for a specified session. 
 | 
UserAndSessionCredentials | 
STSApi.assumeRole(String roleArn,
          String sessionName,
          AssumeRoleOptions options)
like  
STSApi.assumeRole(String, String), except you can modify the
 timeout and other parameters. | 
UserAndSessionCredentials | 
STSApi.createFederatedUser(String userName)
Returns a set of temporary credentials for a federated user with the user
 name specified. 
 | 
UserAndSessionCredentials | 
STSApi.createFederatedUser(String userName,
                   FederatedUserOptions options)
like  
STSApi.createFederatedUser(String), except you can modify the
 timeout and other parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<UserAndSessionCredentials> | 
STSAsyncApi.assumeRole(String roleArn,
          String sessionName)  | 
com.google.common.util.concurrent.ListenableFuture<UserAndSessionCredentials> | 
STSAsyncApi.assumeRole(String roleArn,
          String sessionName,
          AssumeRoleOptions options)  | 
com.google.common.util.concurrent.ListenableFuture<UserAndSessionCredentials> | 
STSAsyncApi.createFederatedUser(String userName)  | 
com.google.common.util.concurrent.ListenableFuture<UserAndSessionCredentials> | 
STSAsyncApi.createFederatedUser(String userName,
                   FederatedUserOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
UserAndSessionCredentials | 
UserAndSessionCredentials.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
UserAndSessionCredentials.Builder | 
UserAndSessionCredentials.Builder.from(UserAndSessionCredentials in)  | 
| Modifier and Type | Method and Description | 
|---|---|
UserAndSessionCredentials | 
UserAndSessionCredentialsHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.