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 UserAndSessionCredentials
STSApi. assumeRole(String roleArn, String sessionName)
Assumes a role for a specified session.UserAndSessionCredentials
STSApi. assumeRole(String roleArn, String sessionName, AssumeRoleOptions options)
likeSTSApi.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)
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 UserAndSessionCredentials
UserAndSessionCredentials.Builder. build()
Methods in org.jclouds.sts.domain with parameters of type UserAndSessionCredentials Modifier and Type Method Description UserAndSessionCredentials.Builder
UserAndSessionCredentials.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 UserAndSessionCredentials
UserAndSessionCredentialsHandler. getResult()
-