Class TrustManagerProviderReplaceCertificateTrustBehavior
java.lang.Object
com.unboundid.ldap.sdk.unboundidds.extensions.ReplaceCertificateTrustBehavior
com.unboundid.ldap.sdk.unboundidds.extensions.TrustManagerProviderReplaceCertificateTrustBehavior
- All Implemented Interfaces:
Serializable
@ThreadSafety(level=INTERFACE_THREADSAFE)
public final class TrustManagerProviderReplaceCertificateTrustBehavior
extends ReplaceCertificateTrustBehavior
This class provides a
ReplaceCertificateTrustBehavior implementation
to indicate that the server should update a specified trust manager provider.
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds package 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:
-
Constructor Summary
ConstructorsConstructorDescriptionTrustManagerProviderReplaceCertificateTrustBehavior(String providerName) Creates a new trust manager provider trust behavior object with the provided information. -
Method Summary
Modifier and TypeMethodDescriptionencode()Encodes this trust behavior object to an ASN.1 element suitable for inclusion in a replace listener certificate request.Retrieves the name of the trust manager provider to be updated with information about the new listener certificate.voidtoString(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
-
Constructor Details
-
TrustManagerProviderReplaceCertificateTrustBehavior
Creates a new trust manager provider trust behavior object with the provided information.- Parameters:
providerName- The name of the file-based trust manager provider to be updated with information about the new listener certificate. It must not benull.
-
-
Method Details
-
getProviderName
Retrieves the name of the trust manager provider to be updated with information about the new listener certificate.- Returns:
- The name of the trust manager provider to be updated with information about the new listener certificate.
-
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
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.
-