Class JVMDefaultReplaceCertificateTrustBehavior
- java.lang.Object
-
- com.unboundid.ldap.sdk.unboundidds.extensions.ReplaceCertificateTrustBehavior
-
- com.unboundid.ldap.sdk.unboundidds.extensions.JVMDefaultReplaceCertificateTrustBehavior
-
- All Implemented Interfaces:
java.io.Serializable
@ThreadSafety(level=INTERFACE_THREADSAFE) public final class JVMDefaultReplaceCertificateTrustBehavior extends ReplaceCertificateTrustBehavior
This class provides aReplaceCertificateTrustBehaviorimplementation to indicate that the listener certificate should be trusted by the JVM's default trust manager.
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundiddspackage structure, are only supported for use against Ping Identity, UnboundID, and Nokia/Alcatel-Lucent 8661 server products. These classes provide support for proprietary functionality or for external specifications that are not considered stable or mature enough to be guaranteed to work in an interoperable way with other types of LDAP servers.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ASN1Elementencode()Encodes this trust behavior object to an ASN.1 element suitable for inclusion in a replace listener certificate request.static JVMDefaultReplaceCertificateTrustBehaviorgetInstance()Retrieves the singleton instance of this JVM-default trust behavior object.voidtoString(java.lang.StringBuilder buffer)Appends a string representation of this trust behavior object to the provided buffer.-
Methods inherited from class com.unboundid.ldap.sdk.unboundidds.extensions.ReplaceCertificateTrustBehavior
decode, toString
-
-
-
-
Method Detail
-
getInstance
@NotNull public static JVMDefaultReplaceCertificateTrustBehavior getInstance()
Retrieves the singleton instance of this JVM-default trust behavior object.- Returns:
- The singleton instance of this JVM-default trust behavior object.
-
encode
@NotNull public ASN1Element encode()
Encodes this trust behavior object to an ASN.1 element suitable for inclusion in a replace listener certificate request.- Specified by:
encodein classReplaceCertificateTrustBehavior- Returns:
- The ASN.1 element containing an encoded representation of this trust behavior object.
-
toString
public void toString(@NotNull java.lang.StringBuilder buffer)
Appends a string representation of this trust behavior object to the provided buffer.- Specified by:
toStringin classReplaceCertificateTrustBehavior- Parameters:
buffer- The buffer to which the encoded representation should be appended. It must not benull.
-
-