org.jclouds.openstack.keystone.v2_0.functions
Class AuthenticatePasswordCredentials

java.lang.Object
  extended by org.jclouds.openstack.keystone.v2_0.functions.AuthenticatePasswordCredentials
All Implemented Interfaces:
com.google.common.base.Function<Credentials,Access>

public class AuthenticatePasswordCredentials
extends Object
implements com.google.common.base.Function<Credentials,Access>


Constructor Summary
AuthenticatePasswordCredentials(ServiceClient client)
           
 
Method Summary
 Access apply(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

AuthenticatePasswordCredentials

@Inject
public AuthenticatePasswordCredentials(ServiceClient client)
Method Detail

apply

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.