|
|||||||||
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<PasswordModifyExtendedOperationHandlerCfgClient,PasswordModifyExtendedOperationHandlerCfg>
org.opends.server.admin.std.meta.PasswordModifyExtendedOperationHandlerCfgDefn
public final class PasswordModifyExtendedOperationHandlerCfgDefn
An interface for querying the Password Modify Extended Operation Handler managed object definition meta information.
The Password Modify Extended Operation Handler allows end users to change their own passwords, or administrators to reset user passwords.
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static PasswordModifyExtendedOperationHandlerCfgDefn getInstance()
public PasswordModifyExtendedOperationHandlerCfgClient createClientConfiguration(ManagedObject<? extends PasswordModifyExtendedOperationHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<PasswordModifyExtendedOperationHandlerCfgClient,PasswordModifyExtendedOperationHandlerCfg>
impl
- The managed object.
public PasswordModifyExtendedOperationHandlerCfg createServerConfiguration(ServerManagedObject<? extends PasswordModifyExtendedOperationHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<PasswordModifyExtendedOperationHandlerCfgClient,PasswordModifyExtendedOperationHandlerCfg>
impl
- The server managed object.
public java.lang.Class<PasswordModifyExtendedOperationHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<PasswordModifyExtendedOperationHandlerCfgClient,PasswordModifyExtendedOperationHandlerCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Password Modify Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
public AggregationPropertyDefinition<IdentityMapperCfgClient,IdentityMapperCfg> getIdentityMapperPropertyDefinition()
Specifies the name of the identity mapper that should be used in conjunction with the password modify extended operation.
This property is used to identify a user based on an authorization ID in the 'u:' form. Changes to this property take effect immediately.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Password Modify Extended Operation Handler implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |