Uses of Class
org.jclouds.privatechef.domain.User

Packages that use User
org.jclouds.privatechef   
 

Uses of User in org.jclouds.privatechef
 

Methods in org.jclouds.privatechef that return User
 User PrivateChefApi.createUser(User user)
          creates a new user
 User PrivateChefApi.deleteUser(String username)
          deletes an existing user.
 User PrivateChefApi.getUser(String username)
          retrieves an existing user.
 User PrivateChefApi.updateUser(User user)
          updates an existing user.
 

Methods in org.jclouds.privatechef that return types with arguments of type User
 com.google.common.util.concurrent.ListenableFuture<User> PrivateChefAsyncApi.createUser(User user)
           
 com.google.common.util.concurrent.ListenableFuture<User> PrivateChefAsyncApi.deleteUser(String username)
           
 com.google.common.util.concurrent.ListenableFuture<User> PrivateChefAsyncApi.getUser(String username)
           
 com.google.common.util.concurrent.ListenableFuture<User> PrivateChefAsyncApi.updateUser(User user)
           
 

Methods in org.jclouds.privatechef with parameters of type User
 com.google.common.util.concurrent.ListenableFuture<User> PrivateChefAsyncApi.createUser(User user)
           
 User PrivateChefApi.createUser(User user)
          creates a new user
 com.google.common.util.concurrent.ListenableFuture<User> PrivateChefAsyncApi.updateUser(User user)
           
 User PrivateChefApi.updateUser(User user)
          updates an existing user.
 



Copyright © 2013 jclouds. All Rights Reserved.