Lines 47-55
Link Here
|
47 |
*/ |
47 |
*/ |
48 |
public static final String FORM_AUTH = "FORM"; |
48 |
public static final String FORM_AUTH = "FORM"; |
49 |
/** |
49 |
/** |
50 |
* String identifier for Client Certificate authentication. Value "CLIENT_CERT" |
50 |
* String identifier for Client Certificate authentication. Value "CLIENT-CERT" |
51 |
*/ |
51 |
*/ |
52 |
public static final String CLIENT_CERT_AUTH = "CLIENT_CERT"; |
52 |
public static final String CLIENT_CERT_AUTH = "CLIENT-CERT"; |
53 |
/** |
53 |
/** |
54 |
* String identifier for Digest authentication. Value "DIGEST" |
54 |
* String identifier for Digest authentication. Value "DIGEST" |
55 |
*/ |
55 |
*/ |