public final class SSLAuthenticate
extends java.lang.Object
Optional; Default is kNeverAuthenticate. Can only be called when no session is active.
| Modifier and Type | Field and Description |
|---|---|
static int |
AlwaysAuthenticate
require it
|
static int |
NeverAuthenticate
skip client authentication
|
static int |
TryAuthenticate
try to authenticate, but not an error if client doesn't have a cert
|
public static final int NeverAuthenticate
public static final int AlwaysAuthenticate
public static final int TryAuthenticate