org.jclouds.sts.domain
Class UserAndSessionCredentials

java.lang.Object
  extended by org.jclouds.sts.domain.UserAndSessionCredentials

public final class UserAndSessionCredentials
extends Object


Nested Class Summary
static class UserAndSessionCredentials.Builder
           
 
Method Summary
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 to getCredentials()
 int hashCode()
           
 UserAndSessionCredentials.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static UserAndSessionCredentials.Builder builder()

toBuilder

public UserAndSessionCredentials.Builder toBuilder()

getUser

public User getUser()
user correlating to getCredentials()


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.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.