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.UserAuth
Auth.Identity.PasswordAuth.UserAuth. create(String name, Auth.Identity.PasswordAuth.UserAuth.DomainAuth domain, String password)
abstract Auth.Identity.PasswordAuth.UserAuth
Auth.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.PasswordAuth
Auth.Identity.PasswordAuth. create(Auth.Identity.PasswordAuth.UserAuth user)
-