|
|||||||||
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<DigestMD5SASLMechanismHandlerCfgClient,DigestMD5SASLMechanismHandlerCfg>
org.opends.server.admin.std.meta.DigestMD5SASLMechanismHandlerCfgDefn
public final class DigestMD5SASLMechanismHandlerCfgDefn
An interface for querying the Digest MD5 SASL Mechanism Handler managed object definition meta information.
The DIGEST-MD5 SASL mechanism is used to perform all processing related to SASL DIGEST-MD5 authentication.
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static DigestMD5SASLMechanismHandlerCfgDefn getInstance()
public DigestMD5SASLMechanismHandlerCfgClient createClientConfiguration(ManagedObject<? extends DigestMD5SASLMechanismHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<DigestMD5SASLMechanismHandlerCfgClient,DigestMD5SASLMechanismHandlerCfg>
impl
- The managed object.
public DigestMD5SASLMechanismHandlerCfg createServerConfiguration(ServerManagedObject<? extends DigestMD5SASLMechanismHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<DigestMD5SASLMechanismHandlerCfgClient,DigestMD5SASLMechanismHandlerCfg>
impl
- The server managed object.
public java.lang.Class<DigestMD5SASLMechanismHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<DigestMD5SASLMechanismHandlerCfgClient,DigestMD5SASLMechanismHandlerCfg>
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 that is to be used with this SASL mechanism handler to match the authentication or authorization 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.
public StringPropertyDefinition getRealmPropertyDefinition()
Specifies the realm that is to be used by the server for DIGEST-MD5 authentication.
If this value is not provided, then the server defaults to use a set of realm names that correspond to the defined suffixes.
public StringPropertyDefinition getServerFqdnPropertyDefinition()
Specifies the DNS-resolvable fully-qualified domain name for the server that is used when validating the digest-uri parameter during the authentication process.
If this configuration attribute is present, then the server expects that clients use a digest-uri equal to "ldap/" followed by the value of this attribute. For example, if the attribute has a value of "directory.example.com", then the server expects clients to use a digest-uri of "ldap/directory.example.com". If no value is provided, then the server does not attempt to validate the digest-uri provided by the client and accepts any value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |