Package | Description |
---|---|
org.jclouds.cloudstack.compute.config | |
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features | |
org.jclouds.cloudstack.predicates | |
org.jclouds.cloudstack.suppliers |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Supplier<User> |
CloudStackComputeServiceContextModule.getCurrentUser(AtomicReference<AuthorizationException> authException,
long seconds,
GetCurrentUser getCurrentUser) |
Modifier and Type | Field and Description |
---|---|
protected Set<User> |
Account.Builder.users |
Modifier and Type | Method and Description |
---|---|
User |
User.Builder.build() |
Modifier and Type | Method and Description |
---|---|
protected Set<User> |
Account.delegate() |
Set<User> |
Account.getUsers() |
Modifier and Type | Method and Description |
---|---|
T |
User.Builder.fromUser(User in) |
T |
Account.Builder.users(User... in) |
Modifier and Type | Method and Description |
---|---|
T |
Account.Builder.users(Set<User> users) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
boolean |
UserPredicates.ApiKeyEquals.apply(User input) |
boolean |
UserPredicates.AccountTypeEquals.apply(User input) |
Modifier and Type | Method and Description |
---|---|
User |
GetCurrentUser.get() |
Constructor and Description |
---|
NetworksForCurrentUser(CloudStackClient client,
com.google.common.base.Supplier<User> currentUserSupplier) |
Copyright © 2009-2013 jclouds. All Rights Reserved.