Package org.jclouds.sts.domain
Class UserAndSessionCredentials
- java.lang.Object
-
- org.jclouds.sts.domain.UserAndSessionCredentials
-
public final class UserAndSessionCredentials extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserAndSessionCredentials.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserAndSessionCredentials.Builderbuilder()booleanequals(Object obj)SessionCredentialsgetCredentials()The temporary security credentials, which includes an Access Key ID, a Secret Access Key, and a security token.intgetPackedPolicySize()A percentage value that indicates the size of the policy in packed form.UsergetUser()user correlating togetCredentials()inthashCode()UserAndSessionCredentials.BuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static UserAndSessionCredentials.Builder builder()
-
toBuilder
public UserAndSessionCredentials.Builder toBuilder()
-
getUser
public User getUser()
user correlating togetCredentials()
-
getCredentials
public SessionCredentials getCredentials()
The temporary security credentials, which includes an Access Key ID, a Secret Access Key, and a security token.
-
getPackedPolicySize
public int getPackedPolicySize()
A percentage value that indicates the size of the policy in packed form.
-
-