Interface BlindTrustManagerProviderCfgClient
- All Superinterfaces:
ConfigurationClient
,TrustManagerProviderCfgClient
A client-side interface for reading and modifying 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 TypeMethodDescriptionManagedObjectDefinition<? extends BlindTrustManagerProviderCfgClient,
? extends BlindTrustManagerProviderCfg> Get the configuration definition associated with this Blind Trust Manager Provider.Gets the "java-class" property.void
setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
Methods inherited from interface org.forgerock.opendj.server.config.client.TrustManagerProviderCfgClient
isEnabled, setEnabled
-
Method Details
-
definition
ManagedObjectDefinition<? extends BlindTrustManagerProviderCfgClient,? extends BlindTrustManagerProviderCfg> definition()Get the configuration definition associated with this Blind Trust Manager Provider.- Specified by:
definition
in interfaceConfigurationClient
- Specified by:
definition
in interfaceTrustManagerProviderCfgClient
- Returns:
- Returns the configuration definition associated with this Blind Trust Manager Provider.
-
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:
getJavaClass
in interfaceTrustManagerProviderCfgClient
- Returns:
- Returns the value of the "java-class" property.
-
setJavaClass
Sets the "java-class" property.The fully-qualified name of the Java class that provides the Blind Trust Manager Provider implementation.
- Specified by:
setJavaClass
in interfaceTrustManagerProviderCfgClient
- Parameters:
value
- The value of the "java-class" property.- Throws:
PropertyException
- If the new value is invalid.
-