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.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<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
ValueOrExpression<String> getJavaClass()
The fully-qualified name of the Java class that provides the Blind Trust Manager Provider implementation.
getJavaClass
in interface TrustManagerProviderCfgClient
void setJavaClass(ValueOrExpression<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-2018 ForgeRock AS.