|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| org.jclouds.openstack.keystone.v2_0.domain | |
| org.jclouds.openstack.keystone.v2_0.features | |
| Uses of Role in org.jclouds.openstack.keystone.v2_0.domain |
|---|
| Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type Role | |
|---|---|
protected com.google.common.collect.ImmutableSet.Builder<Role> |
User.Builder.roles
|
| Methods in org.jclouds.openstack.keystone.v2_0.domain that return Role | |
|---|---|
Role |
Role.Builder.build()
|
| Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Role | |
|---|---|
protected Set<Role> |
User.delegate()
|
| Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Role | |
|---|---|
T |
Role.Builder.fromRole(Role in)
|
T |
User.Builder.role(Role role)
|
| Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Role | |
|---|---|
T |
User.Builder.roles(Iterable<Role> roles)
|
| Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Role | |
|---|---|
User(String id,
String name,
Set<Role> roles)
|
|
| Uses of Role in org.jclouds.openstack.keystone.v2_0.features |
|---|
| Methods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type Role | |
|---|---|
Set<? extends Role> |
UserApi.listRolesOfUser(String userId)
Retrieves the list of global roles associated with a specific user (excludes tenant roles). |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Role>> |
UserAsyncApi.listRolesOfUser(String userId)
|
Set<? extends Role> |
UserApi.listRolesOfUserOnTenant(String userId,
String tenantId)
List the roles a user has been granted on a specific tenant |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Role>> |
UserAsyncApi.listRolesOfUserOnTenant(String userId,
String tenantId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||