Package com.isode.dsapi.profile
Class BPLiterals
java.lang.Object
com.isode.dsapi.profile.BPLiterals
This class contains definitions for string literals related to things
found in BindProfiles.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
Setting used to store the key name for p12 identity filestatic final String
The key used in a BindProfile whose value holds the name of PKCS#12 filestatic final String
The key used in a BindProfile whose value says whether TLS is forced on.static final String
tag for storing trust anchor in the bind profile's trust anchor sectionstatic final String
The multi-valued key used in a BindProfile containing trusted certificatesstatic final String
Key for the unique id setting.static final String
The key used in a BindProfile whose value holds the SASL authz informationstatic final String
The key used in a BindProfile whose value holds the name of the LDAP server used for X509 verificationstatic final String
The key used in a BindProfile whose value holds the port number of the LDAP server used for x509 verification -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x509VerifyHost
The key used in a BindProfile whose value holds the name of the LDAP server used for X509 verification- See Also:
-
x509VerifyPort
The key used in a BindProfile whose value holds the port number of the LDAP server used for x509 verification- See Also:
-
x509LdapAuthZ
The key used in a BindProfile whose value holds the SASL authz information- See Also:
-
startTLS
The key used in a BindProfile whose value says whether TLS is forced on. Note that for historical reasons, the key value used in the file is "forceTLS", not "startTLS", although when presented to the user the option appears as "Start TLS"- See Also:
-
pkcs12Filename
The key used in a BindProfile whose value holds the name of PKCS#12 file- See Also:
-
alternatePolicyDN
- See Also:
-
trustedCert
The multi-valued key used in a BindProfile containing trusted certificates- Since:
- 14.6
- See Also:
-
trustAnchor
tag for storing trust anchor in the bind profile's trust anchor section- Since:
- 16.3
- See Also:
-
p12KeyName
Setting used to store the key name for p12 identity file- Since:
- 14.6
- See Also:
-
uniqueIDKeyName
Key for the unique id setting. A invariable value that can be used to identify a bind profile even across renames. This setting should not be exposed for writing by any application. (TheBindProfile
handles generating of it for cases were it is not set).- See Also:
-
-
Constructor Details
-
BPLiterals
public BPLiterals()
-