|
|||||||||
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<PasswordStorageSchemeCfgClient,PasswordStorageSchemeCfg>
org.opends.server.admin.std.meta.PasswordStorageSchemeCfgDefn
public final class PasswordStorageSchemeCfgDefn
An interface for querying the Password Storage Scheme managed object definition meta information.
Password Storage Schemes encode new passwords provided by users so that they are stored in an encoded manner. This makes it difficult or impossible for someone to determine the clear-text passwords from the encoded values.
Method Summary | |
---|---|
PasswordStorageSchemeCfgClient |
createClientConfiguration(ManagedObject<? extends PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed object. |
PasswordStorageSchemeCfg |
createServerConfiguration(ServerManagedObject<? extends PasswordStorageSchemeCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static PasswordStorageSchemeCfgDefn |
getInstance()
Get the Password Storage Scheme configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<PasswordStorageSchemeCfg> |
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 PasswordStorageSchemeCfgDefn getInstance()
public PasswordStorageSchemeCfgClient createClientConfiguration(ManagedObject<? extends PasswordStorageSchemeCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<PasswordStorageSchemeCfgClient,PasswordStorageSchemeCfg>
impl
- The managed object.
public PasswordStorageSchemeCfg createServerConfiguration(ServerManagedObject<? extends PasswordStorageSchemeCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<PasswordStorageSchemeCfgClient,PasswordStorageSchemeCfg>
impl
- The server managed object.
public java.lang.Class<PasswordStorageSchemeCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<PasswordStorageSchemeCfgClient,PasswordStorageSchemeCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Password Storage Scheme is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Password Storage Scheme implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |