|
|||||||||
| 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<PasswordGeneratorCfgClient,PasswordGeneratorCfg>
org.opends.server.admin.std.meta.PasswordGeneratorCfgDefn
public final class PasswordGeneratorCfgDefn
An interface for querying the Password Generator managed object definition meta information.
Password Generators are used by the password modify extended operation to construct a new password for the user.
| Method Summary | |
|---|---|
PasswordGeneratorCfgClient |
createClientConfiguration(ManagedObject<? extends PasswordGeneratorCfgClient> impl)
Creates a client configuration view of the provided managed object. |
PasswordGeneratorCfg |
createServerConfiguration(ServerManagedObject<? extends PasswordGeneratorCfg> impl)
Creates a server configuration view of the provided server managed object. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static PasswordGeneratorCfgDefn |
getInstance()
Get the Password Generator configuration definition singleton. |
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition. |
java.lang.Class<PasswordGeneratorCfg> |
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 PasswordGeneratorCfgDefn getInstance()
public PasswordGeneratorCfgClient createClientConfiguration(ManagedObject<? extends PasswordGeneratorCfgClient> impl)
createClientConfiguration in class ManagedObjectDefinition<PasswordGeneratorCfgClient,PasswordGeneratorCfg>impl - The managed object.
public PasswordGeneratorCfg createServerConfiguration(ServerManagedObject<? extends PasswordGeneratorCfg> impl)
createServerConfiguration in class ManagedObjectDefinition<PasswordGeneratorCfgClient,PasswordGeneratorCfg>impl - The server managed object.
public java.lang.Class<PasswordGeneratorCfg> getServerConfigurationClass()
getServerConfigurationClass in class ManagedObjectDefinition<PasswordGeneratorCfgClient,PasswordGeneratorCfg>public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Password Generator is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Password Generator implementation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||