Class JndiPropertyConstants
- java.lang.Object
-
- org.apache.directory.api.ldap.model.constants.JndiPropertyConstants
-
public final class JndiPropertyConstants extends Object
This class contains all the Ldap specific properties described in the JNDI API. See http://java.sun.com/j2se/1.5.0/docs/guide/jndi/jndi-ldap-gl.html Final reference -> class shouldn't be extended- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description static StringJNDI_BATCHSIZEBatch size of search results returnedstatic StringJNDI_FACTORY_CONTROLList of FQCNs of the control factory classesstatic StringJNDI_FACTORY_INITIALFQCN of the factory creating the InitialContextstatic StringJNDI_FACTORY_OBJECTList of FQCNs of the Object factorystatic StringJNDI_FACTORY_SOCKETThe FQCN of the socket factory to use to connect to the serverstatic StringJNDI_FACTORY_STATEList of FQCNs of the state factorystatic StringJNDI_LANGUAGEThe Language to usestatic StringJNDI_LDAP_ATTRIBUTES_BINARYThe list of binary attributesstatic StringJNDI_LDAP_CONTROL_CONNECTThe controls to send when connectiongstatic StringJNDI_LDAP_DAP_DEREF_ALIASESTells if and how we dereference aliasesstatic StringJNDI_LDAP_DELETE_RDNTells if the old Rdn must be deleted when doing a MODDNstatic StringJNDI_LDAP_REF_SEPARATORThe separator to use when dealing with RefAddrstatic StringJNDI_LDAP_REFERRAL_LIMITThe maximum number of referral to follow in a chain of referralsstatic StringJNDI_LDAP_TYPES_ONLYtells that we want the attributeTypes only to be returnedstatic StringJNDI_LDAP_VERSIONSpecifies the LDAP version to usestatic StringJNDI_PROVIDER_URLThe list of URL pointing to a LDAP serverstatic StringJNDI_REFERRALTells how the referral should be handledstatic StringJNDI_SASL_AUTHENTICATIONTells if the the server must authenticate the clientstatic StringJNDI_SASL_AUTHORIZATION_IDThe SASL authorization IDstatic StringJNDI_SASL_CALLBACKAn instance of CallbackHandler to use when requiredstatic StringJNDI_SASL_MAX_BUFFERThe maximum size of the receive bufferstatic StringJNDI_SASL_POLICY_CREDENTIALSTells if the server must require some credentialsstatic StringJNDI_SASL_POLICY_FORWARDTells if the server must support forward secrecystatic StringJNDI_SASL_POLICY_NO_ACTIVETells if the SASL mechanism is protected against active attacksstatic StringJNDI_SASL_POLICY_NO_ANONYMOUSTells if the SASL mechanism accept or not anonymous connectionsstatic StringJNDI_SASL_POLICY_NO_DICTIONARYTells if the SASL mechanism is protected against dictionary attacksstatic StringJNDI_SASL_POLICY_NO_PLAIN_TEXTTells if the server allow Plain text mechanismstatic StringJNDI_SASL_QOPThe SASL Quality Of Protection valuestatic StringJNDI_SASL_REALMThe SASL Realmstatic StringJNDI_SASL_STRENGTHThe cipher strengthstatic StringJNDI_SECURITY_AUTHENTICATIONThe Authentication mechanismstatic StringJNDI_SECURITY_CREDENTIALSThe credentialsstatic StringJNDI_SECURITY_PRINCIPALThe Principalstatic StringJNDI_SECURITY_PROTOCOLThe security protocol to use
-
Constructor Summary
Constructors Modifier Constructor Description privateJndiPropertyConstants()Ensures no construction of this class, also ensures there is no need for final keyword above (Implicit super constructor is not visible for default constructor), but is still self documenting.
-
-
-
Field Detail
-
JNDI_BATCHSIZE
public static final String JNDI_BATCHSIZE
Batch size of search results returned- See Also:
- Constant Field Values
-
JNDI_FACTORY_CONTROL
public static final String JNDI_FACTORY_CONTROL
List of FQCNs of the control factory classes- See Also:
- Constant Field Values
-
JNDI_FACTORY_INITIAL
public static final String JNDI_FACTORY_INITIAL
FQCN of the factory creating the InitialContext- See Also:
- Constant Field Values
-
JNDI_FACTORY_OBJECT
public static final String JNDI_FACTORY_OBJECT
List of FQCNs of the Object factory- See Also:
- Constant Field Values
-
JNDI_FACTORY_STATE
public static final String JNDI_FACTORY_STATE
List of FQCNs of the state factory- See Also:
- Constant Field Values
-
JNDI_LANGUAGE
public static final String JNDI_LANGUAGE
The Language to use- See Also:
- Constant Field Values
-
JNDI_PROVIDER_URL
public static final String JNDI_PROVIDER_URL
The list of URL pointing to a LDAP server- See Also:
- Constant Field Values
-
JNDI_REFERRAL
public static final String JNDI_REFERRAL
Tells how the referral should be handled- See Also:
- Constant Field Values
-
JNDI_SECURITY_AUTHENTICATION
public static final String JNDI_SECURITY_AUTHENTICATION
The Authentication mechanism- See Also:
- Constant Field Values
-
JNDI_SECURITY_CREDENTIALS
public static final String JNDI_SECURITY_CREDENTIALS
The credentials- See Also:
- Constant Field Values
-
JNDI_SECURITY_PRINCIPAL
public static final String JNDI_SECURITY_PRINCIPAL
The Principal- See Also:
- Constant Field Values
-
JNDI_SECURITY_PROTOCOL
public static final String JNDI_SECURITY_PROTOCOL
The security protocol to use- See Also:
- Constant Field Values
-
JNDI_LDAP_ATTRIBUTES_BINARY
public static final String JNDI_LDAP_ATTRIBUTES_BINARY
The list of binary attributes- See Also:
- Constant Field Values
-
JNDI_LDAP_CONTROL_CONNECT
public static final String JNDI_LDAP_CONTROL_CONNECT
The controls to send when connectiong- See Also:
- Constant Field Values
-
JNDI_LDAP_DELETE_RDN
public static final String JNDI_LDAP_DELETE_RDN
Tells if the old Rdn must be deleted when doing a MODDN- See Also:
- Constant Field Values
-
JNDI_LDAP_DAP_DEREF_ALIASES
public static final String JNDI_LDAP_DAP_DEREF_ALIASES
Tells if and how we dereference aliases- See Also:
- Constant Field Values
-
JNDI_FACTORY_SOCKET
public static final String JNDI_FACTORY_SOCKET
The FQCN of the socket factory to use to connect to the server- See Also:
- Constant Field Values
-
JNDI_LDAP_REF_SEPARATOR
public static final String JNDI_LDAP_REF_SEPARATOR
The separator to use when dealing with RefAddr- See Also:
- Constant Field Values
-
JNDI_LDAP_REFERRAL_LIMIT
public static final String JNDI_LDAP_REFERRAL_LIMIT
The maximum number of referral to follow in a chain of referrals- See Also:
- Constant Field Values
-
JNDI_LDAP_TYPES_ONLY
public static final String JNDI_LDAP_TYPES_ONLY
tells that we want the attributeTypes only to be returned- See Also:
- Constant Field Values
-
JNDI_LDAP_VERSION
public static final String JNDI_LDAP_VERSION
Specifies the LDAP version to use- See Also:
- Constant Field Values
-
JNDI_SASL_AUTHORIZATION_ID
public static final String JNDI_SASL_AUTHORIZATION_ID
The SASL authorization ID- See Also:
- Constant Field Values
-
JNDI_SASL_REALM
public static final String JNDI_SASL_REALM
The SASL Realm- See Also:
- Constant Field Values
-
JNDI_SASL_CALLBACK
public static final String JNDI_SASL_CALLBACK
An instance of CallbackHandler to use when required- See Also:
- Constant Field Values
-
JNDI_SASL_QOP
public static final String JNDI_SASL_QOP
The SASL Quality Of Protection value- See Also:
- Constant Field Values
-
JNDI_SASL_STRENGTH
public static final String JNDI_SASL_STRENGTH
The cipher strength- See Also:
- Constant Field Values
-
JNDI_SASL_MAX_BUFFER
public static final String JNDI_SASL_MAX_BUFFER
The maximum size of the receive buffer- See Also:
- Constant Field Values
-
JNDI_SASL_AUTHENTICATION
public static final String JNDI_SASL_AUTHENTICATION
Tells if the the server must authenticate the client- See Also:
- Constant Field Values
-
JNDI_SASL_POLICY_FORWARD
public static final String JNDI_SASL_POLICY_FORWARD
Tells if the server must support forward secrecy- See Also:
- Constant Field Values
-
JNDI_SASL_POLICY_CREDENTIALS
public static final String JNDI_SASL_POLICY_CREDENTIALS
Tells if the server must require some credentials- See Also:
- Constant Field Values
-
JNDI_SASL_POLICY_NO_PLAIN_TEXT
public static final String JNDI_SASL_POLICY_NO_PLAIN_TEXT
Tells if the server allow Plain text mechanism- See Also:
- Constant Field Values
-
JNDI_SASL_POLICY_NO_ACTIVE
public static final String JNDI_SASL_POLICY_NO_ACTIVE
Tells if the SASL mechanism is protected against active attacks- See Also:
- Constant Field Values
-
JNDI_SASL_POLICY_NO_DICTIONARY
public static final String JNDI_SASL_POLICY_NO_DICTIONARY
Tells if the SASL mechanism is protected against dictionary attacks- See Also:
- Constant Field Values
-
JNDI_SASL_POLICY_NO_ANONYMOUS
public static final String JNDI_SASL_POLICY_NO_ANONYMOUS
Tells if the SASL mechanism accept or not anonymous connections- See Also:
- Constant Field Values
-
-