org.opends.server.admin.std.client
Interface BlindTrustManagerProviderCfgClient

All Superinterfaces:
ConfigurationClient, TrustManagerProviderCfgClient

public interface BlindTrustManagerProviderCfgClient
extends 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
 ManagedObjectDefinition<? extends BlindTrustManagerProviderCfgClient,? extends BlindTrustManagerProviderCfg> definition()
          Get the configuration definition associated with this Blind Trust Manager Provider.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void setJavaClass(java.lang.String value)
          Sets the "java-class" property.
 
Methods inherited from interface org.opends.server.admin.std.client.TrustManagerProviderCfgClient
isEnabled, setEnabled
 
Methods inherited from interface org.opends.server.admin.ConfigurationClient
commit, properties
 

Method Detail

definition

ManagedObjectDefinition<? extends BlindTrustManagerProviderCfgClient,? extends BlindTrustManagerProviderCfg> definition()
Get the configuration definition associated with this Blind Trust Manager Provider.

Specified by:
definition in interface ConfigurationClient
Specified by:
definition in interface TrustManagerProviderCfgClient
Returns:
Returns the configuration definition associated with this Blind Trust Manager Provider.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

The fully-qualified name of the Java class that provides the Blind Trust Manager Provider implementation.

Specified by:
getJavaClass in interface TrustManagerProviderCfgClient
Returns:
Returns the value of the "java-class" property.

setJavaClass

void setJavaClass(java.lang.String value)
                  throws IllegalPropertyValueException
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 interface TrustManagerProviderCfgClient
Parameters:
value - The value of the "java-class" property.
Throws:
IllegalPropertyValueException - If the new value is invalid.