All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstack4j.model.identity.AuthVersion Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.model.identity;


/**
 * Represents the Authentication Version used to authenticate againt an OpenStack deployment
 * 
 * @author Jeremy Unruh
 */
public enum AuthVersion {
	V2,
	V3
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy