Package | Description |
---|---|
org.jclouds.openstack.keystone.v2_0.domain | |
org.jclouds.openstack.keystone.v2_0.extensions | |
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() |
Modifier and Type | Method and Description |
---|---|
T |
Role.Builder.fromRole(Role in) |
T |
User.Builder.role(Role role) |
Modifier and Type | Method and Description |
---|---|
T |
User.Builder.roles(Iterable<Role> roles) |
Constructor and Description |
---|
User(String id,
String name,
String email,
Boolean enabled,
String tenantId,
Set<Role> roles) |
Modifier and Type | Method and Description |
---|---|
Role |
RoleAdminApi.create(String name)
Creates a new Role
|
Role |
RoleAdminApi.get(String roleId)
Gets the role
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<? extends Role> |
RoleAdminApi.list()
Returns a summary list of roles.
|
Modifier and Type | Method and Description |
---|---|
Set<Role> |
UserApi.listRolesOfUser(String userId)
Retrieves the list of global roles associated with a specific user (excludes tenant roles).
|
Set<Role> |
UserApi.listRolesOfUserOnTenant(String userId,
String tenantId)
List the roles a user has been granted on a specific tenant
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.