| | |
| | | "Kerberos Confidentiality"; |
| | | |
| | | |
| | | /** |
| | | * The name of the default protocol used. |
| | | */ |
| | | public static final String SASL_DEFAULT_PROTOCOL = "ldap"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the security mechanism that will be used for connections |
| | |
| | | |
| | | |
| | | /** |
| | | * The name of the security mechanism that will be used for connections whose |
| | | * communication only SASL authenticated. |
| | | */ |
| | | public static final String SASL_MECHANISM_AUTHENTICATION_ONLY = |
| | | "none"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the security mechanism that will be used for connections whose |
| | | * communication is protected using the confidentiality features SASL. |
| | | */ |
| | | public static final String SASL_MECHANISM_CONFIDENTIALITY = |
| | | "confidentiality"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the security mechanism that will be used for connections whose |
| | | * communication is verified using SASL integrity. |
| | | */ |
| | | public static final String SASL_MECHANISM_INTEGRITY = |
| | | "integrity"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The OID for the account usable request and response controls. |
| | | */ |
| | | public static final String OID_ACCOUNT_USABLE_CONTROL = |