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

Packages that use User
org.jclouds.cloudstack.compute.config   
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.predicates   
org.jclouds.cloudstack.suppliers   
 

Uses of User in org.jclouds.cloudstack.compute.config
 

Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type User
 com.google.common.base.Supplier<User> CloudStackComputeServiceContextModule.getCurrentUser(AtomicReference<org.jclouds.rest.AuthorizationException> authException, long seconds, GetCurrentUser getCurrentUser)
           
 

Uses of User in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain with type parameters of type User
protected  Set<User> Account.Builder.users
           
 

Methods in org.jclouds.cloudstack.domain that return User
 User User.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain that return types with arguments of type User
protected  Set<User> Account.delegate()
           
 Set<User> Account.getUsers()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type User
 T User.Builder.fromUser(User in)
           
 T Account.Builder.users(User... in)
           
 

Method parameters in org.jclouds.cloudstack.domain with type arguments of type User
 T Account.Builder.users(Set<User> users)
           
 

Constructor parameters in org.jclouds.cloudstack.domain with type arguments of type User
Account(String id, Account.Type type, String networkDomain, String domain, String domainId, Long IPsAvailable, Long IPLimit, long IPs, boolean cleanupRequired, String name, long receivedBytes, long sentBytes, Long snapshotsAvailable, Long snapshotLimit, long snapshots, Account.State state, Long templatesAvailable, Long templateLimit, long templates, Long VMsAvailable, Long VMLimit, long VMsRunning, long VMsStopped, long VMs, Long volumesAvailable, Long volumeLimit, long volumes, Set<User> users)
           
 

Uses of User in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return User
 User GlobalUserClient.createUser(String userName, String accountName, String email, String hashedPassword, String firstName, String lastName, CreateUserOptions... options)
          Create an user for an account that already exists
 User DomainUserClient.enableUser(String userId)
          Enable a user with a specific ID
 User GlobalUserClient.updateUser(String id, UpdateUserOptions... options)
          Update an user
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type User
 com.google.common.util.concurrent.ListenableFuture<User> GlobalUserAsyncClient.createUser(String userName, String accountName, String email, String hashedPassword, String firstName, String lastName, CreateUserOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<User> DomainUserAsyncClient.enableUser(String userId)
           
 Set<User> DomainUserClient.listUsers(ListUsersOptions... options)
          Lists Users
 com.google.common.util.concurrent.ListenableFuture<Set<User>> DomainUserAsyncClient.listUsers(ListUsersOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<User> GlobalUserAsyncClient.updateUser(String id, UpdateUserOptions... options)
           
 

Uses of User in org.jclouds.cloudstack.predicates
 

Methods in org.jclouds.cloudstack.predicates that return types with arguments of type User
static com.google.common.base.Predicate<User> UserPredicates.accountTypeEquals(Account.Type type)
           
static com.google.common.base.Predicate<User> UserPredicates.apiKeyEquals(String apiKey)
           
static com.google.common.base.Predicate<User> UserPredicates.isAdminAccount()
           
static com.google.common.base.Predicate<User> UserPredicates.isDomainAdminAccount()
           
static com.google.common.base.Predicate<User> UserPredicates.isUserAccount()
           
 

Methods in org.jclouds.cloudstack.predicates with parameters of type User
 boolean UserPredicates.ApiKeyEquals.apply(User input)
           
 boolean UserPredicates.AccountTypeEquals.apply(User input)
           
 

Uses of User in org.jclouds.cloudstack.suppliers
 

Methods in org.jclouds.cloudstack.suppliers that return User
 User GetCurrentUser.get()
           
 

Constructor parameters in org.jclouds.cloudstack.suppliers with type arguments of type User
NetworksForCurrentUser(CloudStackClient client, com.google.common.base.Supplier<User> currentUserSupplier)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.