Class PasswordModifyExtendedOperationHandlerCfgDefn
- java.lang.Object
-
- org.forgerock.opendj.config.AbstractManagedObjectDefinition<C,S>
-
- org.forgerock.opendj.config.ManagedObjectDefinition<PasswordModifyExtendedOperationHandlerCfgClient,PasswordModifyExtendedOperationHandlerCfg>
-
- org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
-
public final class PasswordModifyExtendedOperationHandlerCfgDefn extends ManagedObjectDefinition<PasswordModifyExtendedOperationHandlerCfgClient,PasswordModifyExtendedOperationHandlerCfg>
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.
-
-
Method Summary
-
Methods inherited from class org.forgerock.opendj.config.AbstractManagedObjectDefinition
getAggregationPropertyDefinition, getAggregationPropertyDefinitions, getAllAggregationPropertyDefinitions, getAllChildren, getAllConstraints, getAllPropertyDefinitions, getAllRelationDefinitions, getAllReverseAggregationPropertyDefinitions, getAllReverseRelationDefinitions, getAllTags, getChild, getChildren, getConstraints, getDescription, getDescription, getName, getParent, getPropertyDefinition, getPropertyDefinitions, getRelationDefinition, getRelationDefinitions, getReverseAggregationPropertyDefinitions, getReverseRelationDefinitions, getSynopsis, getSynopsis, getUserFriendlyName, getUserFriendlyName, getUserFriendlyPluralName, getUserFriendlyPluralName, hasChildren, hasOption, hasTag, initialize, isChildOf, isParentOf, isTop, registerConstraint, registerOption, registerPropertyDefinition, registerRelationDefinition, registerTag, resolveManagedObjectDefinition, toString, toString
-
-
-
-
Method Detail
-
getInstance
public static PasswordModifyExtendedOperationHandlerCfgDefn getInstance()
Get the Password Modify Extended Operation Handler configuration definition singleton.- Returns:
- Returns the Password Modify Extended Operation Handler configuration definition singleton.
-
createClientConfiguration
public PasswordModifyExtendedOperationHandlerCfgClient createClientConfiguration(ManagedObject<? extends PasswordModifyExtendedOperationHandlerCfgClient> impl)
Description copied from class:ManagedObjectDefinition
Creates a client configuration view of the provided managed object. Modifications made to the underlying managed object will be reflected in the client configuration view and vice versa.- Specified by:
createClientConfiguration
in classManagedObjectDefinition<PasswordModifyExtendedOperationHandlerCfgClient,PasswordModifyExtendedOperationHandlerCfg>
- Parameters:
impl
- The managed object.- Returns:
- Returns a client configuration view of the provided managed object.
-
createServerConfiguration
public PasswordModifyExtendedOperationHandlerCfg createServerConfiguration(ServerManagedObject<? extends PasswordModifyExtendedOperationHandlerCfg> impl)
Description copied from class:ManagedObjectDefinition
Creates a server configuration view of the provided server managed object.- Specified by:
createServerConfiguration
in classManagedObjectDefinition<PasswordModifyExtendedOperationHandlerCfgClient,PasswordModifyExtendedOperationHandlerCfg>
- Parameters:
impl
- The server managed object.- Returns:
- Returns a server configuration view of the provided server managed object.
-
getServerConfigurationClass
public Class<PasswordModifyExtendedOperationHandlerCfg> getServerConfigurationClass()
Description copied from class:ManagedObjectDefinition
Gets the server configuration class instance associated with this managed object definition.- Specified by:
getServerConfigurationClass
in classManagedObjectDefinition<PasswordModifyExtendedOperationHandlerCfgClient,PasswordModifyExtendedOperationHandlerCfg>
- Returns:
- Returns the server configuration class instance associated with this managed object definition.
-
getEnabledPropertyDefinition
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Get the "enabled" property definition.Indicates whether the Password Modify Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
- Returns:
- Returns the "enabled" property definition.
-
getIdentityMapperPropertyDefinition
public AggregationPropertyDefinition<IdentityMapperCfgClient,IdentityMapperCfg> getIdentityMapperPropertyDefinition()
Get the "identity-mapper" property definition.Specifies the name(s) of the identity mapper(s) 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.
- Returns:
- Returns the "identity-mapper" property definition.
-
getJavaClassPropertyDefinition
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Get the "java-class" property definition.Specifies the fully-qualified name of the Java class that provides the Password Modify Extended Operation Handler implementation.
- Returns:
- Returns the "java-class" property definition.
-
-