|
|||||||||
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<MD5PasswordStorageSchemeCfgClient,MD5PasswordStorageSchemeCfg>
org.opends.server.admin.std.meta.MD5PasswordStorageSchemeCfgDefn
public final class MD5PasswordStorageSchemeCfgDefn
An interface for querying the MD5 Password Storage Scheme managed object definition meta information.
The MD5 Password Storage Scheme provides a mechanism for encoding user passwords using an unsalted form of the MD5 message digest algorithm. Because the implementation does not use any kind of salting mechanism, a given password always has the same encoded form.
Method Summary | |
---|---|
MD5PasswordStorageSchemeCfgClient |
createClientConfiguration(ManagedObject<? extends MD5PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed object. |
MD5PasswordStorageSchemeCfg |
createServerConfiguration(ServerManagedObject<? extends MD5PasswordStorageSchemeCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static MD5PasswordStorageSchemeCfgDefn |
getInstance()
Get the MD5 Password Storage Scheme configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<MD5PasswordStorageSchemeCfg> |
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 MD5PasswordStorageSchemeCfgDefn getInstance()
public MD5PasswordStorageSchemeCfgClient createClientConfiguration(ManagedObject<? extends MD5PasswordStorageSchemeCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<MD5PasswordStorageSchemeCfgClient,MD5PasswordStorageSchemeCfg>
impl
- The managed object.
public MD5PasswordStorageSchemeCfg createServerConfiguration(ServerManagedObject<? extends MD5PasswordStorageSchemeCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<MD5PasswordStorageSchemeCfgClient,MD5PasswordStorageSchemeCfg>
impl
- The server managed object.
public java.lang.Class<MD5PasswordStorageSchemeCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<MD5PasswordStorageSchemeCfgClient,MD5PasswordStorageSchemeCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the MD5 Password Storage Scheme is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the MD5 Password Storage Scheme implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |