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