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