Uses of Class
org.jclouds.sts.domain.UserAndSessionCredentials
Packages that use UserAndSessionCredentials
-
Uses of UserAndSessionCredentials in org.jclouds.sts
Methods in org.jclouds.sts that return UserAndSessionCredentialsModifier and TypeMethodDescriptionSTSApi.assumeRole
(String roleArn, String sessionName) Assumes a role for a specified session.STSApi.assumeRole
(String roleArn, String sessionName, AssumeRoleOptions options) likeSTSApi.assumeRole(String, String)
, except you can modify the timeout and other parameters.STSApi.createFederatedUser
(String userName) Returns a set of temporary credentials for a federated user with the user name specified.STSApi.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 UserAndSessionCredentialsMethods in org.jclouds.sts.domain with parameters of type UserAndSessionCredentialsModifier and TypeMethodDescriptionUserAndSessionCredentials.Builder.from
(UserAndSessionCredentials in) -
Uses of UserAndSessionCredentials in org.jclouds.sts.xml
Methods in org.jclouds.sts.xml that return UserAndSessionCredentials