public final class CancelExtendedOperationHandlerCfgDefn extends ManagedObjectDefinition<CancelExtendedOperationHandlerCfgClient,CancelExtendedOperationHandlerCfg>
The Cancel Extended Operation Handler provides support for the LDAP cancel extended operation as defined in RFC 3909.
Modifier and Type | Method and Description |
---|---|
CancelExtendedOperationHandlerCfgClient |
createClientConfiguration(ManagedObject<? extends CancelExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CancelExtendedOperationHandlerCfg |
createServerConfiguration(ServerManagedObject<? extends CancelExtendedOperationHandlerCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition.
|
static CancelExtendedOperationHandlerCfgDefn |
getInstance()
Get the Cancel Extended Operation Handler configuration
definition singleton.
|
ClassPropertyDefinition |
getJavaClassPropertyDefinition()
Get the "java-class" property definition.
|
Class<CancelExtendedOperationHandlerCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
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 CancelExtendedOperationHandlerCfgDefn getInstance()
public CancelExtendedOperationHandlerCfgClient createClientConfiguration(ManagedObject<? extends CancelExtendedOperationHandlerCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<CancelExtendedOperationHandlerCfgClient,CancelExtendedOperationHandlerCfg>
impl
- The managed object.public CancelExtendedOperationHandlerCfg createServerConfiguration(ServerManagedObject<? extends CancelExtendedOperationHandlerCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<CancelExtendedOperationHandlerCfgClient,CancelExtendedOperationHandlerCfg>
impl
- The server managed object.public Class<CancelExtendedOperationHandlerCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<CancelExtendedOperationHandlerCfgClient,CancelExtendedOperationHandlerCfg>
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Cancel Extended Operation Handler is enabled (that is, whether the types of extended operations are allowed in the server).
public ClassPropertyDefinition getJavaClassPropertyDefinition()
Specifies the fully-qualified name of the Java class that provides the Cancel Extended Operation Handler implementation.
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.