Modifier and Type | Method and Description |
---|---|
VirtualDatacenter |
AbiquoComputeServiceHelper.getOrCreateVirtualDatacenter(User user,
Enterprise enterprise,
Datacenter datacenter,
VirtualMachineTemplate template,
AbiquoTemplateOptions options)
Gets a virtual datacenter where the given template can be deployed.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Supplier<User> |
AbiquoRestClientModule.getCurrentUser(AtomicReference<AuthorizationException> authException,
long seconds,
GetCurrentUser getCurrentUser) |
Modifier and Type | Method and Description |
---|---|
User |
User.Builder.build() |
User |
Enterprise.findUser(com.google.common.base.Predicate<User> filter)
Retrieve the first user matching the filter within the list of users of this enterprise.
|
User |
Enterprise.getUser(Integer id)
Retrieve a single user.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
Enterprise.listUsers()
Retrieve the list of users of this enterprise.
|
List<User> |
Enterprise.listUsers(com.google.common.base.Predicate<User> filter)
Retrieve a filtered list of users of this enterprise.
|
Modifier and Type | Method and Description |
---|---|
static User.Builder |
User.Builder.fromUser(User in) |
Modifier and Type | Method and Description |
---|---|
User |
Enterprise.findUser(com.google.common.base.Predicate<User> filter)
Retrieve the first user matching the filter within the list of users of this enterprise.
|
List<User> |
Enterprise.listUsers(com.google.common.base.Predicate<User> filter)
Retrieve a filtered list of users of this enterprise.
|
Modifier and Type | Method and Description |
---|---|
User |
AdministrationService.getCurrentUser()
Get the current user.
|
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Supplier<User> |
BaseAdministrationService.currentUser |
Modifier and Type | Method and Description |
---|---|
User |
BaseAdministrationService.getCurrentUser()
User
|
Constructor and Description |
---|
BaseAdministrationService(RestContext<AbiquoApi,AbiquoAsyncApi> context,
ListDatacenters listDatacenters,
ListMachines listMachines,
ListEnterprises listEnterprises,
ListRoles listRoles,
ListLicenses listLicenses,
ListPrivileges listPrivileges,
ListProperties listProperties,
ListCategories listCategories,
com.google.common.base.Supplier<User> currentUser,
com.google.common.base.Supplier<Enterprise> currentEnterprise) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<User> |
UserPredicates.nick(String... nicks) |
Modifier and Type | Method and Description |
---|---|
User |
GetCurrentUser.get() |
Copyright © 2009-2013 jclouds. All Rights Reserved.