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)
createClientConfiguration
in class ManagedObjectDefinition<AnonymousSASLMechanismHandlerCfgClient,AnonymousSASLMechanismHandlerCfg>
impl
- The managed object.public AnonymousSASLMechanismHandlerCfg createServerConfiguration(ServerManagedObject<? extends AnonymousSASLMechanismHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<AnonymousSASLMechanismHandlerCfgClient,AnonymousSASLMechanismHandlerCfg>
impl
- The server managed object.public Class<AnonymousSASLMechanismHandlerCfg> getServerConfigurationClass()
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-2016 ForgeRock AS. All Rights Reserved.