Serialized Form
-
Package org.apache.directory.ldap.client.api
-
Class org.apache.directory.ldap.client.api.LdapClientTrustStoreManager
class LdapClientTrustStoreManager extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
isExamineValidityDates
boolean isExamineValidityDates
A flag tellling of the validity dates should be checked or not -
trustStoreFile
String trustStoreFile
The trsut stre file path -
trustStoreFormat
String trustStoreFormat
The trust store format (one of jceks, jks or PKCS12) -
trustStorePw
char[] trustStorePw
The trust store password -
x509TrustManagers
X509TrustManager[] x509TrustManagers
The list of TrustManagers
-
-
-
Package org.apache.directory.ldap.client.api.exception
-
Exception Class org.apache.directory.ldap.client.api.exception.InvalidConnectionException
class InvalidConnectionException extends org.apache.directory.api.ldap.model.exception.LdapException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.directory.ldap.client.api.exception.LdapConnectionTimeOutException
class LdapConnectionTimeOutException extends org.apache.directory.api.ldap.model.exception.LdapException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.directory.ldap.client.template
-
Package org.apache.directory.ldap.client.template.exception
-
Exception Class org.apache.directory.ldap.client.template.exception.LdapRequestUnsuccessfulException
class LdapRequestUnsuccessfulException extends RuntimeException implements Serializable- serialVersionUID:
- 1982294624076306127L
-
Exception Class org.apache.directory.ldap.client.template.exception.LdapRuntimeException
class LdapRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 3618077059423567243L
-
Exception Class org.apache.directory.ldap.client.template.exception.PasswordException
class PasswordException extends Exception implements Serializable- serialVersionUID:
- -1185823188085178776L
-
Serialized Fields
-
ldapException
org.apache.directory.api.ldap.model.exception.LdapException ldapException
The wrapped exception -
passwordPolicyError
org.apache.directory.api.ldap.extras.controls.ppolicy.PasswordPolicyErrorEnum passwordPolicyError
The PasswordPolicy error code -
resultCode
org.apache.directory.api.ldap.model.message.ResultCodeEnum resultCode
The associated result code
-
-