| Package | Description |
|---|---|
| org.jclouds.openstack.keystone.v2_0.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Role> |
User.roles |
protected Set<Role> |
User.Builder.roles |
| Modifier and Type | Method and Description |
|---|---|
Role |
Role.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<Role> |
User.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
int |
Role.compareTo(Role that) |
Role.Builder |
Role.Builder.fromRole(Role from) |
User.Builder |
User.Builder.roles(Role... roles) |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.roles(Set<Role> roles) |
| Constructor and Description |
|---|
User(String id,
String name,
Set<Role> roles) |
Copyright © 2009-2012 jclouds. All Rights Reserved.