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

org.wildfly.extras.creaper.commands.undertow.SslVerifyClient Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
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