Package de.xima.fc.config
Class XfcConfigKeys.NTLMAuth
- java.lang.Object
-
- de.xima.fc.config.XfcConfigKeys.NTLMAuth
-
- Enclosing class:
- XfcConfigKeys
@Deprecated public static final class XfcConfigKeys.NTLMAuth extends Object
Deprecated.since version 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
LDAP_SEARCH_ACCOUNT
Deprecated.static String
LDAP_SEARCH_ACCOUNT_PASSWORD
Deprecated.static String
LDAP_SEARCH_BASEDN
Deprecated.static String
LDAP_SEARCH_HOP_COUNT
Deprecated.static String
LDAP_SEARCH_PORT
Deprecated.static String
LDAP_SEARCH_USE_SSL
Deprecated.static String
NTLM_DOMAIN
Deprecated.static String
NTLM_DOMAIN_CONTROLLER
Deprecated.static String
NTLM_DOMAIN_CONTROLLER_HOST
Deprecated.static String
NTLM_SERVICE_ACCOUNT
Deprecated.static String
NTLM_SERVICE_ACCOUNT_PASSWORD
Deprecated.static String
SYNC_TO_FS
Deprecated.static String
USE_FOR_FC_SSO
Deprecated.static String
USE_NTLM
Deprecated.
-
Constructor Summary
Constructors Constructor Description NTLMAuth()
Deprecated.
-
-
-
Field Detail
-
USE_NTLM
public static final String USE_NTLM
Deprecated.- See Also:
- Constant Field Values
-
SYNC_TO_FS
public static final String SYNC_TO_FS
Deprecated.- See Also:
- Constant Field Values
-
USE_FOR_FC_SSO
public static final String USE_FOR_FC_SSO
Deprecated.- See Also:
- Constant Field Values
-
NTLM_DOMAIN
public static final String NTLM_DOMAIN
Deprecated.- See Also:
- Constant Field Values
-
NTLM_DOMAIN_CONTROLLER
public static final String NTLM_DOMAIN_CONTROLLER
Deprecated.- See Also:
- Constant Field Values
-
NTLM_DOMAIN_CONTROLLER_HOST
public static final String NTLM_DOMAIN_CONTROLLER_HOST
Deprecated.- See Also:
- Constant Field Values
-
NTLM_SERVICE_ACCOUNT
public static final String NTLM_SERVICE_ACCOUNT
Deprecated.- See Also:
- Constant Field Values
-
NTLM_SERVICE_ACCOUNT_PASSWORD
public static final String NTLM_SERVICE_ACCOUNT_PASSWORD
Deprecated.- See Also:
- Constant Field Values
-
LDAP_SEARCH_ACCOUNT
public static final String LDAP_SEARCH_ACCOUNT
Deprecated.- See Also:
- Constant Field Values
-
LDAP_SEARCH_ACCOUNT_PASSWORD
public static final String LDAP_SEARCH_ACCOUNT_PASSWORD
Deprecated.- See Also:
- Constant Field Values
-
LDAP_SEARCH_USE_SSL
public static final String LDAP_SEARCH_USE_SSL
Deprecated.- See Also:
- Constant Field Values
-
LDAP_SEARCH_PORT
public static final String LDAP_SEARCH_PORT
Deprecated.- See Also:
- Constant Field Values
-
LDAP_SEARCH_HOP_COUNT
public static final String LDAP_SEARCH_HOP_COUNT
Deprecated.- See Also:
- Constant Field Values
-
LDAP_SEARCH_BASEDN
public static final String LDAP_SEARCH_BASEDN
Deprecated.- See Also:
- Constant Field Values
-
-