Uses of Class
org.jclouds.sts.domain.UserAndSessionCredentials

Packages that use UserAndSessionCredentials
org.jclouds.sts   
org.jclouds.sts.domain   
org.jclouds.sts.xml   
 

Uses of UserAndSessionCredentials in org.jclouds.sts
 

Methods in org.jclouds.sts that return UserAndSessionCredentials
 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.
 

Uses of UserAndSessionCredentials in org.jclouds.sts.domain
 

Methods in org.jclouds.sts.domain that return UserAndSessionCredentials
 UserAndSessionCredentials UserAndSessionCredentials.Builder.build()
           
 

Methods in org.jclouds.sts.domain with parameters of type UserAndSessionCredentials
 UserAndSessionCredentials.Builder UserAndSessionCredentials.Builder.from(UserAndSessionCredentials in)
           
 

Uses of UserAndSessionCredentials in org.jclouds.sts.xml
 

Methods in org.jclouds.sts.xml that return UserAndSessionCredentials
 UserAndSessionCredentials UserAndSessionCredentialsHandler.getResult()
           
 



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