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

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

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 - 2024 Weber Informatics LLC | Privacy Policy