Package | Description |
---|---|
org.jclouds.openstack.keystone.v2_0.domain | |
org.jclouds.openstack.keystone.v2_0.features |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.ImmutableSet.Builder<Role> |
User.Builder.roles |
Modifier and Type | Method and Description |
---|---|
Role |
Role.Builder.build() |
Modifier and Type | Method and Description |
---|---|
protected Set<Role> |
User.delegate() |
Set<Role> |
User.getRoles()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
Role.Builder.fromRole(Role in) |
T |
User.Builder.role(Role role) |
T |
User.Builder.roles(Role... in)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
User.Builder.roles(Iterable<Role> roles) |
Constructor and Description |
---|
User(String id,
String name,
Set<Role> roles) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Role>> |
UserAsyncApi.listRolesOfUser(String userId) |
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.listRolesOfUserOnTenant(String userId,
String tenantId) |
Set<? extends Role> |
UserApi.listRolesOfUserOnTenant(String userId,
String tenantId)
List the roles a user has been granted on a specific tenant
|
Copyright © 2009-2013 jclouds. All Rights Reserved.