org.jclouds.vcloud.director.v1_5.functions
Class LoginUserInOrgWithPassword

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.functions.LoginUserInOrgWithPassword
All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.domain.Credentials,SessionWithToken>

@Singleton
public class LoginUserInOrgWithPassword
extends Object
implements com.google.common.base.Function<org.jclouds.domain.Credentials,SessionWithToken>


Constructor Summary
LoginUserInOrgWithPassword(SessionApi api, com.google.common.base.Supplier<URI> loginUrl)
           
 
Method Summary
 SessionWithToken apply(org.jclouds.domain.Credentials input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

LoginUserInOrgWithPassword

@Inject
public LoginUserInOrgWithPassword(SessionApi api,
                                         com.google.common.base.Supplier<URI> loginUrl)
Method Detail

apply

public SessionWithToken apply(org.jclouds.domain.Credentials input)
Specified by:
apply in interface com.google.common.base.Function<org.jclouds.domain.Credentials,SessionWithToken>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.