public final class PasswordModifyExtendedOperationHandlerCfgDefn extends ManagedObjectDefinition<PasswordModifyExtendedOperationHandlerCfgClient,PasswordModifyExtendedOperationHandlerCfg>
The Password Modify Extended Operation Handler allows end users to change their own passwords, or administrators to reset user passwords.
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
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 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.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.