org.wildfly.extras.creaper.commands.undertow.SslVerifyClient Maven / Gradle / Ivy
package org.wildfly.extras.creaper.commands.undertow;
/**
* Enum representing SSL client authentication modes for SSL channels which are allowed in Undertow.
*/
public enum SslVerifyClient {
NOT_REQUESTED,
REQUESTED,
REQUIRED
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy