public interface ExternalSaslMechanismHandlerCfgClient extends SaslMechanismHandlerCfgClient
The External SASL Mechanism Handler performs all processing related to SASL EXTERNAL authentication.
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends ExternalSaslMechanismHandlerCfgClient,? extends ExternalSaslMechanismHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface SaslMechanismHandlerCfgClient
ValueOrExpression<AttributeType> getCertificateAttribute()
Specifies the name of the attribute to hold user certificates.
This property must specify the name of a valid attribute type defined in the server schema.
void setCertificateAttribute(ValueOrExpression<AttributeType> value) throws PropertyException
Specifies the name of the attribute to hold user certificates.
This property must specify the name of a valid attribute type defined in the server schema.
value
- The value of the "certificate-attribute" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getCertificateMapper()
Specifies the name of the certificate mapper that should be used to match client certificates to user entries.
void setCertificateMapper(ValueOrExpression<String> value) throws PropertyException
Specifies the name of the certificate mapper that should be used to match client certificates to user entries.
value
- The value of the "certificate-mapper" property.PropertyException
- If the new value is invalid.ValueOrExpression<ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy> getCertificateValidationPolicy()
Indicates whether to attempt to validate the peer certificate against a certificate held in the user's entry.
void setCertificateValidationPolicy(ValueOrExpression<ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy> value) throws PropertyException
Indicates whether to attempt to validate the peer certificate against a certificate held in the user's entry.
value
- The value of the "certificate-validation-policy" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
getJavaClass
in interface SaslMechanismHandlerCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
setJavaClass
in interface SaslMechanismHandlerCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.