Uses of Class
org.openstack4j.openstack.common.Auth.Type
-
Packages that use Auth.Type Package Description org.openstack4j.openstack.common org.openstack4j.openstack.identity.v2.domain org.openstack4j.openstack.identity.v3.domain -
-
Uses of Auth.Type in org.openstack4j.openstack.common
Methods in org.openstack4j.openstack.common that return Auth.Type Modifier and Type Method Description static Auth.TypeAuth.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Auth.Type[]Auth.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Auth.Type in org.openstack4j.openstack.identity.v2.domain
Methods in org.openstack4j.openstack.identity.v2.domain that return Auth.Type Modifier and Type Method Description Auth.TypeAuth. getType()Constructors in org.openstack4j.openstack.identity.v2.domain with parameters of type Auth.Type Constructor Description Auth(Auth.Type type) -
Uses of Auth.Type in org.openstack4j.openstack.identity.v3.domain
Methods in org.openstack4j.openstack.identity.v3.domain that return Auth.Type Modifier and Type Method Description Auth.TypeAuth. getType()Auth.TypeKeystoneAuth. getType()Constructors in org.openstack4j.openstack.identity.v3.domain with parameters of type Auth.Type Constructor Description Auth(Auth.Type type)KeystoneAuth(Auth.Type type)KeystoneAuth(KeystoneAuth.AuthScope scope, Auth.Type type)
-