public class KeystoneRole extends Object implements Role
Modifier and Type | Class and Description |
---|---|
static class |
KeystoneRole.RoleConcreteBuilder |
static class |
KeystoneRole.Roles |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
KeystoneRole() |
Modifier and Type | Method and Description |
---|---|
static RoleBuilder |
builder() |
String |
getDomainId() |
String |
getId()
Globally unique across all domains.
|
Map<String,String> |
getLinks() |
String |
getName() |
RoleBuilder |
toBuilder() |
String |
toString() |
public RoleBuilder toBuilder()
toBuilder
in interface Buildable<RoleBuilder>
public static RoleBuilder builder()
public String getId()
public String getName()
public String getDomainId()
getDomainId
in interface Role
Copyright © 2017. All rights reserved.