org.jclouds.cloudstack.suppliers
Class GetCurrentUser

java.lang.Object
  extended by org.jclouds.cloudstack.suppliers.GetCurrentUser
All Implemented Interfaces:
com.google.common.base.Supplier<User>

public class GetCurrentUser
extends Object
implements com.google.common.base.Supplier<User>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
GetCurrentUser(CloudStackClient client, String identity)
           
 
Method Summary
 User get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected Logger logger
Constructor Detail

GetCurrentUser

@Inject
public GetCurrentUser(CloudStackClient client,
                             String identity)
Method Detail

get

public User get()
Specified by:
get in interface com.google.common.base.Supplier<User>


Copyright © 2009-2012 jclouds. All Rights Reserved.