|
|||||||||
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<BlowfishPasswordStorageSchemeCfgClient,BlowfishPasswordStorageSchemeCfg>
org.opends.server.admin.std.meta.BlowfishPasswordStorageSchemeCfgDefn
public final class BlowfishPasswordStorageSchemeCfgDefn
An interface for querying the Blowfish Password Storage Scheme managed object definition meta information.
The Blowfish Password Storage Scheme provides a mechanism for encoding user passwords using the Blowfish reversible encryption mechanism.
Method Summary | |
---|---|
BlowfishPasswordStorageSchemeCfgClient |
createClientConfiguration(ManagedObject<? extends BlowfishPasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed object. |
BlowfishPasswordStorageSchemeCfg |
createServerConfiguration(ServerManagedObject<? extends BlowfishPasswordStorageSchemeCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static BlowfishPasswordStorageSchemeCfgDefn |
getInstance()
Get the Blowfish Password Storage Scheme configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<BlowfishPasswordStorageSchemeCfg> |
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 BlowfishPasswordStorageSchemeCfgDefn getInstance()
public BlowfishPasswordStorageSchemeCfgClient createClientConfiguration(ManagedObject<? extends BlowfishPasswordStorageSchemeCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<BlowfishPasswordStorageSchemeCfgClient,BlowfishPasswordStorageSchemeCfg>
impl
- The managed object.
public BlowfishPasswordStorageSchemeCfg createServerConfiguration(ServerManagedObject<? extends BlowfishPasswordStorageSchemeCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<BlowfishPasswordStorageSchemeCfgClient,BlowfishPasswordStorageSchemeCfg>
impl
- The server managed object.
public java.lang.Class<BlowfishPasswordStorageSchemeCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<BlowfishPasswordStorageSchemeCfgClient,BlowfishPasswordStorageSchemeCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Blowfish Password Storage Scheme is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Blowfish Password Storage Scheme implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |