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