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 class
UserAndSessionCredentials.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserAndSessionCredentials.Builder
builder()
boolean
equals(Object obj)
SessionCredentials
getCredentials()
The temporary security credentials, which includes an Access Key ID, a Secret Access Key, and a security token.int
getPackedPolicySize()
A percentage value that indicates the size of the policy in packed form.User
getUser()
user correlating togetCredentials()
int
hashCode()
UserAndSessionCredentials.Builder
toBuilder()
String
toString()
-
-
-
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.
-
-