public class KeystoneRole extends Object implements Role
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 |
getDescription() |
String |
getId() |
String |
getName() |
String |
getServiceId() |
String |
getTenantId() |
boolean |
isEnabled() |
RoleBuilder |
toBuilder() |
String |
toString() |
public static RoleBuilder builder()
public RoleBuilder toBuilder()
toBuilder in interface Buildable<RoleBuilder>public String getName()
public String getDescription()
getDescription in interface Rolepublic boolean isEnabled()
public String getTenantId()
getTenantId in interface Rolepublic String getServiceId()
getServiceId in interface RoleCopyright © 2017. All rights reserved.