Package org.bremersee.ldaptive
Class LdaptiveProperties.SslProperties
java.lang.Object
org.bremersee.ldaptive.LdaptiveProperties.SslProperties
- Enclosing class:
LdaptiveProperties
The ssl configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe hostname verifier. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.ldaptive.ssl.SslConfigCreate ssl config.
-
Constructor Details
-
SslProperties
public SslProperties()Instantiates new ssl properties.
-
-
Method Details
-
createSslConfig
public org.ldaptive.ssl.SslConfig createSslConfig()Create ssl config.- Returns:
- the ssl config
-