Uses of Class
org.openstack4j.model.identity.AuthVersion
-
-
Uses of AuthVersion in org.openstack4j.model.identity
Methods in org.openstack4j.model.identity that return AuthVersion Modifier and Type Method Description AuthVersionAuthStore. getVersion()static AuthVersionAuthVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthVersion[]AuthVersion. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthVersion in org.openstack4j.model.identity.v2
Methods in org.openstack4j.model.identity.v2 that return AuthVersion Modifier and Type Method Description AuthVersionAccess. getVersion()AuthVersionToken. getVersion() -
Uses of AuthVersion in org.openstack4j.model.identity.v3
Methods in org.openstack4j.model.identity.v3 that return AuthVersion Modifier and Type Method Description AuthVersionToken. getVersion() -
Uses of AuthVersion in org.openstack4j.openstack.identity.v2.domain
Methods in org.openstack4j.openstack.identity.v2.domain that return AuthVersion Modifier and Type Method Description AuthVersionCredentials. getVersion()AuthVersionKeystoneAccess. getVersion()AuthVersionKeystoneToken. getVersion()AuthVersionRaxApiKeyCredentials. getVersion() -
Uses of AuthVersion in org.openstack4j.openstack.identity.v3.domain
Methods in org.openstack4j.openstack.identity.v3.domain that return AuthVersion Modifier and Type Method Description AuthVersionCredentials. getVersion()AuthVersionKeystoneAuth. getVersion()AuthVersionKeystoneToken. getVersion() -
Uses of AuthVersion in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return AuthVersion Modifier and Type Method Description AuthVersionOSClientSession. getAuthVersion()AuthVersionOSClientSession.OSClientSessionV2. getAuthVersion()AuthVersionOSClientSession.OSClientSessionV3. getAuthVersion()
-