org.jclouds.deltacloud.domain
Class PasswordAuthentication

java.lang.Object
  extended by org.jclouds.deltacloud.domain.PasswordAuthentication
All Implemented Interfaces:
Serializable, Instance.Authentication

public class PasswordAuthentication
extends Object
implements Instance.Authentication, Serializable

Author:
Adrian Cole
See Also:
Serialized Form

Constructor Summary
PasswordAuthentication(LoginCredentials login)
           
 
Method Summary
 boolean equals(Object obj)
           
 LoginCredentials getLoginCredentials()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordAuthentication

public PasswordAuthentication(LoginCredentials login)
Method Detail

getLoginCredentials

public LoginCredentials getLoginCredentials()

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-2012 jclouds. All Rights Reserved.