Package jakarta.ws.rs

Enum SeBootstrap.Configuration.SSLClientAuthentication

java.lang.Object
java.lang.Enum<SeBootstrap.Configuration.SSLClientAuthentication>
jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
All Implemented Interfaces:
Serializable, Comparable<SeBootstrap.Configuration.SSLClientAuthentication>
Enclosing interface:
SeBootstrap.Configuration

public static enum SeBootstrap.Configuration.SSLClientAuthentication extends Enum<SeBootstrap.Configuration.SSLClientAuthentication>
Secure socket client authentication policy

This policy is used in secure socket handshake to control whether the server requests client authentication, and whether successful client authentication is mandatory (i. e. connection attempt will fail for invalid clients).

Since:
3.1
Author:
Markus KARG (markus@headcrashing.eu)