|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface RoleAdminApi
Provides access to the OpenStack Keystone Role Administration Extension API.
| Method Summary | |
|---|---|
Role |
create(String name)
Creates a new Role |
boolean |
delete(String roleId)
Deletes a role |
Role |
get(String roleId)
Gets the role |
com.google.common.collect.FluentIterable<? extends Role> |
list()
Returns a summary list of roles. |
| Method Detail |
|---|
@Named(value="role:list") com.google.common.collect.FluentIterable<? extends Role> list()
@Named(value="role:create") @Nullable Role create(String name)
@Named(value="role:get") @Nullable Role get(String roleId)
@Named(value="role:delete") boolean delete(String roleId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||