public final class CramMd5SaslMechanismHandlerCfgDefn extends ManagedObjectDefinition<CramMd5SaslMechanismHandlerCfgClient,CramMd5SaslMechanismHandlerCfg>
The CRAM-MD5 SASL mechanism provides the ability for clients to perform password-based authentication in a manner that does not expose their password in the clear.
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
public static CramMd5SaslMechanismHandlerCfgDefn getInstance()
public CramMd5SaslMechanismHandlerCfgClient createClientConfiguration(ManagedObject<? extends CramMd5SaslMechanismHandlerCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<CramMd5SaslMechanismHandlerCfgClient,CramMd5SaslMechanismHandlerCfg>
impl
- The managed object.public CramMd5SaslMechanismHandlerCfg createServerConfiguration(ServerManagedObject<? extends CramMd5SaslMechanismHandlerCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<CramMd5SaslMechanismHandlerCfgClient,CramMd5SaslMechanismHandlerCfg>
impl
- The server managed object.public Class<CramMd5SaslMechanismHandlerCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<CramMd5SaslMechanismHandlerCfgClient,CramMd5SaslMechanismHandlerCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the SASL mechanism handler is enabled for use.
public AggregationPropertyDefinition<IdentityMapperCfgClient,IdentityMapperCfg> getIdentityMapperPropertyDefinition()
Specifies the name of the identity mapper used with this SASL mechanism handler to match the authentication ID included in the SASL bind request to the corresponding user in the directory.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
Copyright 2010-2020 ForgeRock AS.