Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Role
Packages that use Role
Package
Description
-
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 RoleModifier and TypeFieldDescriptionprotected com.google.common.collect.ImmutableSet.Builder
<Role> User.Builder.roles
Methods in org.jclouds.openstack.keystone.v2_0.domain that return RoleMethods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type RoleMethods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type RoleModifier and TypeMethodDescriptionMethod parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type RoleConstructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Role -
Uses of Role in org.jclouds.openstack.keystone.v2_0.extensions
Methods in org.jclouds.openstack.keystone.v2_0.extensions that return RoleModifier and TypeMethodDescriptionCreates a new RoleGets the roleMethods in org.jclouds.openstack.keystone.v2_0.extensions that return types with arguments of type Role -
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 RoleModifier and TypeMethodDescriptionUserApi.listRolesOfUser
(String userId) Retrieves the list of global roles associated with a specific user (excludes tenant roles).UserApi.listRolesOfUserOnTenant
(String userId, String tenantId) List the roles a user has been granted on a specific tenant