Uses of Class
org.jclouds.sts.domain.UserAndSessionCredentials
- 
Packages that use UserAndSessionCredentials Package Description 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 Modifier and Type Method Description UserAndSessionCredentialsSTSApi. assumeRole(String roleArn, String sessionName)Assumes a role for a specified session.UserAndSessionCredentialsSTSApi. assumeRole(String roleArn, String sessionName, AssumeRoleOptions options)likeSTSApi.assumeRole(String, String), except you can modify the timeout and other parameters.UserAndSessionCredentialsSTSApi. createFederatedUser(String userName)Returns a set of temporary credentials for a federated user with the user name specified.UserAndSessionCredentialsSTSApi. createFederatedUser(String userName, FederatedUserOptions options)likeSTSApi.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 Modifier and Type Method Description UserAndSessionCredentialsUserAndSessionCredentials.Builder. build()Methods in org.jclouds.sts.domain with parameters of type UserAndSessionCredentials Modifier and Type Method Description UserAndSessionCredentials.BuilderUserAndSessionCredentials.Builder. from(UserAndSessionCredentials in) - 
Uses of UserAndSessionCredentials in org.jclouds.sts.xml
Methods in org.jclouds.sts.xml that return UserAndSessionCredentials Modifier and Type Method Description UserAndSessionCredentialsUserAndSessionCredentialsHandler. getResult() 
 -