Uses of Interface
org.openstack4j.api.client.IOSClientBuilder.V3
-
Packages that use IOSClientBuilder.V3 Package Description org.openstack4j.api.client org.openstack4j.openstack org.openstack4j.openstack.client -
-
Uses of IOSClientBuilder.V3 in org.openstack4j.api.client
Methods in org.openstack4j.api.client that return IOSClientBuilder.V3 Modifier and Type Method Description IOSClientBuilder.V3IOSClientBuilder.V3. credentials(String userName, String password, Identifier domain)The authentication credentials and default scoped domainIOSClientBuilder.V3IOSClientBuilder.V3. domainId(String domainId)Deprecated.IOSClientBuilder.V3IOSClientBuilder.V3. domainName(String domainName)Deprecated.IOSClientBuilder.V3IOSClientBuilder.V3. scopeToDomain(Identifier domain)Scopes the token to a domain levelIOSClientBuilder.V3IOSClientBuilder.V3. scopeToProject(Identifier project)scopes the token to a project levelIOSClientBuilder.V3IOSClientBuilder.V3. scopeToProject(Identifier project, Identifier domain)Scopes the token to a project levelIOSClientBuilder.V3IOSClientBuilder.V3. token(String tokenId)A token object. -
Uses of IOSClientBuilder.V3 in org.openstack4j.openstack
Methods in org.openstack4j.openstack that return IOSClientBuilder.V3 Modifier and Type Method Description static IOSClientBuilder.V3OSFactory. builderV3()Creates builder for OpenStack V3 based authentication -
Uses of IOSClientBuilder.V3 in org.openstack4j.openstack.client
Classes in org.openstack4j.openstack.client that implement IOSClientBuilder.V3 Modifier and Type Class Description static classOSClientBuilder.ClientV3
-