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() |
Map<String,String> |
getOptions()
Get Role options.
|
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 Rolepublic Map<String,String> getOptions()
RolegetOptions in interface RoleCopyright © 2020. All rights reserved.