public interface BlindTrustManagerProviderCfgClient extends TrustManagerProviderCfgClient
The blind trust manager provider always trusts any certificate that is presented to it, regardless of its issuer, subject, and validity dates.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends BlindTrustManagerProviderCfgClient,? extends BlindTrustManagerProviderCfg> |
definition()
Get the configuration definition associated with this Blind Trust Manager Provider.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends BlindTrustManagerProviderCfgClient,? extends BlindTrustManagerProviderCfg> definition()
definition
in interface ConfigurationClient
definition
in interface TrustManagerProviderCfgClient
String getJavaClass()
The fully-qualified name of the Java class that provides the Blind Trust Manager Provider implementation.
getJavaClass
in interface TrustManagerProviderCfgClient
void setJavaClass(String value) throws PropertyException
The fully-qualified name of the Java class that provides the Blind Trust Manager Provider implementation.
setJavaClass
in interface TrustManagerProviderCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.