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

Packages that use Role
org.jclouds.openstack.keystone.v2_0.domain   
 

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  Set<Role> User.roles
           
protected  Set<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
 Set<Role> User.getRoles()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Role
 int Role.compareTo(Role that)
           
 Role.Builder Role.Builder.fromRole(Role from)
           
 User.Builder User.Builder.roles(Role... roles)
           
 

Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Role
 User.Builder User.Builder.roles(Set<Role> roles)
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Role
User(String id, String name, Set<Role> roles)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.