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.PasswordAuth
Auth.Identity.PasswordAuth. create(Auth.Identity.PasswordAuth.UserAuth user)
abstract Auth.Identity.PasswordAuth
Auth.Identity. password()
Methods in org.jclouds.openstack.keystone.v3.domain with parameters of type Auth.Identity.PasswordAuth Modifier and Type Method Description static Auth.Identity
Auth.Identity. create(List<String> methods, Auth.Id token, Auth.Identity.PasswordAuth password)
-