Uses of Class
org.jclouds.openstack.keystone.v3.domain.Auth.Identity.PasswordAuth.UserAuth
- 
Packages that use Auth.Identity.PasswordAuth.UserAuth Package Description org.jclouds.openstack.keystone.v3.domain  - 
- 
Uses of Auth.Identity.PasswordAuth.UserAuth in org.jclouds.openstack.keystone.v3.domain
Methods in org.jclouds.openstack.keystone.v3.domain that return Auth.Identity.PasswordAuth.UserAuth Modifier and Type Method Description static Auth.Identity.PasswordAuth.UserAuthAuth.Identity.PasswordAuth.UserAuth. create(String name, Auth.Identity.PasswordAuth.UserAuth.DomainAuth domain, String password)abstract Auth.Identity.PasswordAuth.UserAuthAuth.Identity.PasswordAuth. user()Methods in org.jclouds.openstack.keystone.v3.domain with parameters of type Auth.Identity.PasswordAuth.UserAuth Modifier and Type Method Description static Auth.Identity.PasswordAuthAuth.Identity.PasswordAuth. create(Auth.Identity.PasswordAuth.UserAuth user) 
 -