Uses of Class
org.jclouds.openstack.keystone.v3.domain.Auth.Identity.PasswordAuth.UserAuth.DomainAuth
-
Packages that use Auth.Identity.PasswordAuth.UserAuth.DomainAuth Package Description org.jclouds.openstack.keystone.v3.domain -
-
Uses of Auth.Identity.PasswordAuth.UserAuth.DomainAuth in org.jclouds.openstack.keystone.v3.domain
Methods in org.jclouds.openstack.keystone.v3.domain that return Auth.Identity.PasswordAuth.UserAuth.DomainAuth Modifier and Type Method Description static Auth.Identity.PasswordAuth.UserAuth.DomainAuth
Auth.Identity.PasswordAuth.UserAuth.DomainAuth. create(String name)
abstract Auth.Identity.PasswordAuth.UserAuth.DomainAuth
Auth.Identity.PasswordAuth.UserAuth. domain()
Methods in org.jclouds.openstack.keystone.v3.domain with parameters of type Auth.Identity.PasswordAuth.UserAuth.DomainAuth 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)
-