Interface Role
-
- All Superinterfaces:
Buildable<RoleBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
KeystoneRole
public interface Role extends ModelEntity, Buildable<RoleBuilder>
identity v3 role model class- See Also:
- API reference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomainId()StringgetId()Globally unique across all domains.Map<String,String>getLinks()StringgetName()Map<String,String>getOptions()Get Role options.
-