Interface BlindTrustManagerProviderCfg
- All Superinterfaces:
Configuration,TrustManagerProviderCfg
A server-side interface for querying Blind Trust Manager Provider
settings.
The blind trust manager provider always trusts any certificate that is presented to it, regardless of its issuer, subject, and validity dates.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRegister to be notified when this Blind Trust Manager Provider is changed.Class<? extends BlindTrustManagerProviderCfg>Gets the configuration class associated with this Blind Trust Manager Provider.Gets the "java-class" property.voidDeregister an existing Blind Trust Manager Provider configuration change listener.Methods inherited from interface org.forgerock.opendj.config.Configuration
dn, nameMethods inherited from interface org.forgerock.opendj.server.config.server.TrustManagerProviderCfg
addChangeListener, isEnabled, removeChangeListener
-
Method Details
-
configurationClass
Class<? extends BlindTrustManagerProviderCfg> configurationClass()Gets the configuration class associated with this Blind Trust Manager Provider.- Specified by:
configurationClassin interfaceConfiguration- Specified by:
configurationClassin interfaceTrustManagerProviderCfg- Returns:
- Returns the configuration class associated with this Blind Trust Manager Provider.
-
addBlindChangeListener
Register to be notified when this Blind Trust Manager Provider is changed.- Parameters:
listener- The Blind Trust Manager Provider configuration change listener.
-
removeBlindChangeListener
Deregister an existing Blind Trust Manager Provider configuration change listener.- Parameters:
listener- The Blind Trust Manager Provider configuration change listener.
-
getJavaClass
String getJavaClass()Gets the "java-class" property.The fully-qualified name of the Java class that provides the Blind Trust Manager Provider implementation.
Default value:
org.opends.server.extensions.BlindTrustManagerProvider- Specified by:
getJavaClassin interfaceTrustManagerProviderCfg- Returns:
- Returns the value of the "java-class" property.
-