public final class AnonymousSaslMechanismHandlerCfgDefn extends ManagedObjectDefinition<AnonymousSaslMechanismHandlerCfgClient,AnonymousSaslMechanismHandlerCfg>
The ANONYMOUS SASL mechanism provides the ability for clients to perform an anonymous bind using a SASL mechanism.
Modifier and Type | Method and Description |
---|---|
AnonymousSaslMechanismHandlerCfgClient |
createClientConfiguration(ManagedObject<? extends AnonymousSaslMechanismHandlerCfgClient> impl)
Creates a client configuration view of the provided managed object.
|
AnonymousSaslMechanismHandlerCfg |
createServerConfiguration(ServerManagedObject<? extends AnonymousSaslMechanismHandlerCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static AnonymousSaslMechanismHandlerCfgDefn |
getInstance()
Get the Anonymous SASL Mechanism Handler configuration definition
singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<AnonymousSaslMechanismHandlerCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
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 AnonymousSaslMechanismHandlerCfgDefn getInstance()
public AnonymousSaslMechanismHandlerCfgClient createClientConfiguration(ManagedObject<? extends AnonymousSaslMechanismHandlerCfgClient> impl)
ManagedObjectDefinition
createClientConfiguration
in class ManagedObjectDefinition<AnonymousSaslMechanismHandlerCfgClient,AnonymousSaslMechanismHandlerCfg>
impl
- The managed object.public AnonymousSaslMechanismHandlerCfg createServerConfiguration(ServerManagedObject<? extends AnonymousSaslMechanismHandlerCfg> impl)
ManagedObjectDefinition
createServerConfiguration
in class ManagedObjectDefinition<AnonymousSaslMechanismHandlerCfgClient,AnonymousSaslMechanismHandlerCfg>
impl
- The server managed object.public Class<AnonymousSaslMechanismHandlerCfg> getServerConfigurationClass()
ManagedObjectDefinition
getServerConfigurationClass
in class ManagedObjectDefinition<AnonymousSaslMechanismHandlerCfgClient,AnonymousSaslMechanismHandlerCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the SASL mechanism handler is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
Copyright 2010-2018 ForgeRock AS.