|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<AnonymousSASLMechanismHandlerCfgClient,AnonymousSASLMechanismHandlerCfg>
org.opends.server.admin.std.meta.AnonymousSASLMechanismHandlerCfgDefn
public final class AnonymousSASLMechanismHandlerCfgDefn
An interface for querying the Anonymous SASL Mechanism Handler managed object definition meta information.
The ANONYMOUS SASL mechanism provides the ability for clients to perform an anonymous bind using a SASL mechanism.
Method Summary | |
---|---|
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. |
java.lang.Class<AnonymousSASLMechanismHandlerCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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 java.lang.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |