Uses of Class
org.jclouds.cloudstack.domain.User
Packages that use User
Package
Description
-
Uses of User in org.jclouds.cloudstack.compute.config
Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type UserModifier and TypeMethodDescriptionfinal com.google.common.base.Supplier
<User> CloudStackComputeServiceContextModule.getCurrentUser
(AtomicReference<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 UserMethods in org.jclouds.cloudstack.domain that return UserMethods in org.jclouds.cloudstack.domain that return types with arguments of type UserMethods in org.jclouds.cloudstack.domain with parameters of type UserModifier and TypeMethodDescriptionMethod parameters in org.jclouds.cloudstack.domain with type arguments of type UserConstructor parameters in org.jclouds.cloudstack.domain with type arguments of type UserModifierConstructorDescriptionprotected
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 UserModifier and TypeMethodDescriptionGlobalUserApi.createUser
(String userName, String accountName, String email, String hashedPassword, String firstName, String lastName, CreateUserOptions... options) Create an user for an account that already existsDomainUserApi.enableUser
(String userId) Enable a user with a specific IDGlobalUserApi.updateUser
(String id, UpdateUserOptions... options) Update an userMethods in org.jclouds.cloudstack.features that return types with arguments of type UserModifier and TypeMethodDescriptionDomainUserApi.listUsers
(ListUsersOptions... options) Lists Users -
Uses of User in org.jclouds.cloudstack.predicates
Methods in org.jclouds.cloudstack.predicates that return types with arguments of type UserModifier and TypeMethodDescriptionstatic 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 -
Uses of User in org.jclouds.cloudstack.suppliers
Methods in org.jclouds.cloudstack.suppliers that return UserConstructor parameters in org.jclouds.cloudstack.suppliers with type arguments of type UserModifierConstructorDescriptionNetworksForCurrentUser
(CloudStackApi client, com.google.common.base.Supplier<User> currentUserSupplier) ProjectsForCurrentUser
(CloudStackApi api, com.google.common.base.Supplier<User> currentUserSupplier)