Uses of Class
org.openstack4j.model.common.Identifier
-
Packages that use Identifier Package Description org.openstack4j.api.client org.openstack4j.model.common org.openstack4j.openstack.client org.openstack4j.openstack.identity.v3.domain -
-
Uses of Identifier in org.openstack4j.api.client
Methods in org.openstack4j.api.client with parameters of type Identifier Modifier and Type Method Description IOSClientBuilder.V3IOSClientBuilder.V3. credentials(String userName, String password, Identifier domain)The authentication credentials and default scoped domainIOSClientBuilder.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 level -
Uses of Identifier in org.openstack4j.model.common
Methods in org.openstack4j.model.common that return Identifier Modifier and Type Method Description static IdentifierIdentifier. byId(String id)Creates a new identifier which is an ID based valuestatic IdentifierIdentifier. byName(String name)Creates an identifier which is NAME based identification -
Uses of Identifier in org.openstack4j.openstack.client
Methods in org.openstack4j.openstack.client with parameters of type Identifier Modifier and Type Method Description OSClientBuilder.ClientV3OSClientBuilder.ClientV3. credentials(String user, String password, Identifier domain)OSClientBuilder.ClientV3OSClientBuilder.ClientV3. scopeToDomain(Identifier domain)OSClientBuilder.ClientV3OSClientBuilder.ClientV3. scopeToProject(Identifier project)OSClientBuilder.ClientV3OSClientBuilder.ClientV3. scopeToProject(Identifier project, Identifier domain) -
Uses of Identifier in org.openstack4j.openstack.identity.v3.domain
Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type Identifier Modifier and Type Method Description static KeystoneAuth.AuthScope.ScopeProjectKeystoneAuth.AuthScope.ScopeProject. create(Identifier project)static KeystoneAuth.AuthScope.ScopeProjectKeystoneAuth.AuthScope.ScopeProject. create(Identifier project, Identifier domain)static KeystoneAuth.AuthScopeKeystoneAuth.AuthScope. domain(Identifier domain)static KeystoneAuth.AuthScopeKeystoneAuth.AuthScope. project(Identifier project)static KeystoneAuth.AuthScopeKeystoneAuth.AuthScope. project(Identifier project, Identifier domain)Constructors in org.openstack4j.openstack.identity.v3.domain with parameters of type Identifier Constructor Description AuthDomain(Identifier domain)AuthPassword(String username, String password, Identifier domain)AuthUser(String username, String password, Identifier domainIdentifier)KeystoneAuth(String user, String password, Identifier domain, KeystoneAuth.AuthScope scope)
-