Uses of Class
org.openstack4j.openstack.identity.v3.domain.KeystoneAuth.AuthScope
-
Packages that use KeystoneAuth.AuthScope Package Description org.openstack4j.openstack.identity.v3.domain -
-
Uses of KeystoneAuth.AuthScope in org.openstack4j.openstack.identity.v3.domain
Methods in org.openstack4j.openstack.identity.v3.domain that return KeystoneAuth.AuthScope Modifier and Type Method Description static KeystoneAuth.AuthScopeKeystoneAuth.AuthScope. domain(Identifier domain)static KeystoneAuth.AuthScopeKeystoneAuth.AuthScope. project(Identifier project)static KeystoneAuth.AuthScopeKeystoneAuth.AuthScope. project(Identifier project, Identifier domain)static KeystoneAuth.AuthScopeKeystoneAuth.AuthScope. trust(String id)Constructors in org.openstack4j.openstack.identity.v3.domain with parameters of type KeystoneAuth.AuthScope Constructor Description KeystoneAuth(String user, String password, Identifier domain, KeystoneAuth.AuthScope scope)KeystoneAuth(String tokenId, KeystoneAuth.AuthScope scope)KeystoneAuth(KeystoneAuth.AuthScope scope, Auth.Type type)
-