Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Role
-
Packages that use Role Package Description org.jclouds.openstack.keystone.v2_0.domain org.jclouds.openstack.keystone.v2_0.extensions org.jclouds.openstack.keystone.v2_0.features -
-
Uses of Role in org.jclouds.openstack.keystone.v2_0.domain
Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type Role Modifier and Type Field Description protected com.google.common.collect.ImmutableSet.Builder<Role>
User.Builder. roles
Methods in org.jclouds.openstack.keystone.v2_0.domain that return Role Modifier and Type Method Description Role
Role.Builder. build()
Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Role Modifier and Type Method Description protected Set<Role>
User. delegate()
Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Role Modifier and Type Method Description T
Role.Builder. fromRole(Role in)
T
User.Builder. role(Role role)
Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Role Modifier and Type Method Description T
User.Builder. roles(Iterable<Role> roles)
Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Role Constructor Description User(String id, String name, String email, Boolean enabled, String tenantId, Set<Role> roles)
-
Uses of Role in org.jclouds.openstack.keystone.v2_0.extensions
Methods in org.jclouds.openstack.keystone.v2_0.extensions that return Role Modifier and Type Method Description Role
RoleAdminApi. create(String name)
Creates a new RoleRole
RoleAdminApi. get(String roleId)
Gets the roleMethods in org.jclouds.openstack.keystone.v2_0.extensions that return types with arguments of type Role Modifier and Type Method Description com.google.common.collect.FluentIterable<? extends Role>
RoleAdminApi. list()
Returns a summary list of roles. -
Uses of Role in org.jclouds.openstack.keystone.v2_0.features
Methods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type Role Modifier and Type Method Description Set<Role>
UserApi. listRolesOfUser(String userId)
Retrieves the list of global roles associated with a specific user (excludes tenant roles).Set<Role>
UserApi. listRolesOfUserOnTenant(String userId, String tenantId)
List the roles a user has been granted on a specific tenant
-