| Modifier and Type | Method and Description | 
|---|---|
Role | 
Role.Builder.build()  | 
Role | 
Enterprise.findRole(com.google.common.base.Predicate<Role> filter)
Retrieve the first role matching the filter within the list of roles defined by this
 enterprise. 
 | 
Role | 
User.getRole()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Role> | 
Enterprise.listRoles()
Retrieve the list of roles defined by this enterprise. 
 | 
List<Role> | 
Enterprise.listRoles(com.google.common.base.Predicate<Role> filter)
Retrieve a filtered list of roles defined by this enterprise. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static User.Builder | 
User.builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
       Enterprise enterprise,
       Role role)  | 
static Role.Builder | 
Role.Builder.fromRole(Role in)  | 
User.Builder | 
User.Builder.role(Role role)  | 
void | 
User.setRole(Role role)  | 
| Modifier and Type | Method and Description | 
|---|---|
Role | 
Enterprise.findRole(com.google.common.base.Predicate<Role> filter)
Retrieve the first role matching the filter within the list of roles defined by this
 enterprise. 
 | 
List<Role> | 
Enterprise.listRoles(com.google.common.base.Predicate<Role> filter)
Retrieve a filtered list of roles defined by this enterprise. 
 | 
| Constructor and Description | 
|---|
User.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
            Enterprise enterprise,
            Role role)  | 
| Modifier and Type | Method and Description | 
|---|---|
Role | 
AdministrationService.findRole(com.google.common.base.Predicate<Role> filter)
Get the first role that matches the given filter or  
null if none is found. | 
Role | 
AdministrationService.getRole(Integer roleId)
Get the role with the given id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Role> | 
AdministrationService.listRoles()
Get the list of global roles. 
 | 
Iterable<Role> | 
AdministrationService.listRoles(com.google.common.base.Predicate<Role> filter)
Get the list of roles matching the given filter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Role | 
AdministrationService.findRole(com.google.common.base.Predicate<Role> filter)
Get the first role that matches the given filter or  
null if none is found. | 
Iterable<Role> | 
AdministrationService.listRoles(com.google.common.base.Predicate<Role> filter)
Get the list of roles matching the given filter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Role | 
BaseAdministrationService.findRole(com.google.common.base.Predicate<Role> filter)  | 
Role | 
BaseAdministrationService.getRole(Integer roleId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Role> | 
BaseAdministrationService.listRoles()
Role ********************** 
 | 
Iterable<Role> | 
BaseAdministrationService.listRoles(com.google.common.base.Predicate<Role> filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
Role | 
BaseAdministrationService.findRole(com.google.common.base.Predicate<Role> filter)  | 
Iterable<Role> | 
BaseAdministrationService.listRoles(com.google.common.base.Predicate<Role> filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Predicate<Role> | 
RolePredicates.name(String... names)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Role> | 
ListRolesImpl.execute()  | 
Iterable<Role> | 
ListRolesImpl.execute(com.google.common.base.Predicate<Role> selector)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Role> | 
ListRolesImpl.execute(com.google.common.base.Predicate<Role> selector)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.