Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Role

Packages that use Role
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
protected  com.google.common.collect.ImmutableSet.Builder<Role> User.Builder.roles
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return Role
 Role Role.Builder.build()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Role
protected  Set<Role> User.delegate()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Role
 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
 T User.Builder.roles(Iterable<Role> roles)
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Role
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
 Role RoleAdminApi.create(String name)
          Creates a new Role
 Role RoleAdminApi.get(String roleId)
          Gets the role
 

Methods in org.jclouds.openstack.keystone.v2_0.extensions that return types with arguments of type Role
 com.google.common.util.concurrent.ListenableFuture<? extends Role> RoleAdminAsyncApi.create(String name)
          Creates a new role
 com.google.common.util.concurrent.ListenableFuture<? extends Role> RoleAdminAsyncApi.get(String roleId)
          Gets the role
 com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Role>> RoleAdminAsyncApi.list()
          Returns a summary list of roles.
 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
 com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Role>> UserAsyncApi.listRolesOfUser(String userId)
           
 Set<Role> UserApi.listRolesOfUser(String userId)
          Retrieves the list of global roles associated with a specific user (excludes tenant roles).
 com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Role>> UserAsyncApi.listRolesOfUserOnTenant(String userId, String tenantId)
           
 Set<Role> UserApi.listRolesOfUserOnTenant(String userId, String tenantId)
          List the roles a user has been granted on a specific tenant
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.