public final class PluginRootCfgDefn extends ManagedObjectDefinition<PluginRootCfgClient,PluginRootCfg>
The Plugin Root defines the parent entry for all plug-ins defined in the server.
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 PluginRootCfgDefn getInstance()
public PluginRootCfgClient createClientConfiguration(ManagedObject<? extends PluginRootCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<PluginRootCfgClient,PluginRootCfg>
impl
- The managed object.public PluginRootCfg createServerConfiguration(ServerManagedObject<? extends PluginRootCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<PluginRootCfgClient,PluginRootCfg>
impl
- The server managed object.public Class<PluginRootCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<PluginRootCfgClient,PluginRootCfg>
public StringPropertyDefinition getPluginOrderIntermediateResponsePropertyDefinition()
Specifies the order in which intermediate response plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderLDIFExportPropertyDefinition()
Specifies the order in which LDIF export plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderLDIFImportPropertyDefinition()
Specifies the order in which LDIF import plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderLDIFImportBeginPropertyDefinition()
Specifies the order in which LDIF import begin plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderLDIFImportEndPropertyDefinition()
Specifies the order in which LDIF import end plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostConnectPropertyDefinition()
Specifies the order in which post-connect plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostDisconnectPropertyDefinition()
Specifies the order in which post-disconnect plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostOperationAbandonPropertyDefinition()
Specifies the order in which post-operation abandon plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostOperationAddPropertyDefinition()
Specifies the order in which post-operation add plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostOperationBindPropertyDefinition()
Specifies the order in which post-operation bind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostOperationComparePropertyDefinition()
Specifies the order in which post-operation compare plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostOperationDeletePropertyDefinition()
Specifies the order in which post-operation delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostOperationExtendedPropertyDefinition()
Specifies the order in which post-operation extended operation plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostOperationModifyPropertyDefinition()
Specifies the order in which post-operation modify plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostOperationModifyDNPropertyDefinition()
Specifies the order in which post-operation modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostOperationSearchPropertyDefinition()
Specifies the order in which post-operation search plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostOperationUnbindPropertyDefinition()
Specifies the order in which post-operation unbind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostResponseAddPropertyDefinition()
Specifies the order in which post-response add plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostResponseBindPropertyDefinition()
Specifies the order in which post-response bind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostResponseComparePropertyDefinition()
Specifies the order in which post-response compare plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostResponseDeletePropertyDefinition()
Specifies the order in which post-response delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostResponseExtendedPropertyDefinition()
Specifies the order in which post-response extended operation plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostResponseModifyPropertyDefinition()
Specifies the order in which post-response modify plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostResponseModifyDNPropertyDefinition()
Specifies the order in which post-response modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostResponseSearchPropertyDefinition()
Specifies the order in which post-response search plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostSynchronizationAddPropertyDefinition()
Specifies the order in which post-synchronization add plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostSynchronizationDeletePropertyDefinition()
Specifies the order in which post-synchronization delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostSynchronizationModifyPropertyDefinition()
Specifies the order in which post-synchronization modify plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPostSynchronizationModifyDNPropertyDefinition()
Specifies the order in which post-synchronization modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreOperationAddPropertyDefinition()
Specifies the order in which pre-operation add plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreOperationBindPropertyDefinition()
Specifies the order in which pre-operation bind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreOperationComparePropertyDefinition()
Specifies the order in which pre-operation compare plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreOperationDeletePropertyDefinition()
Specifies the order in which pre-operation delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreOperationExtendedPropertyDefinition()
Specifies the order in which pre-operation extended operation plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreOperationModifyPropertyDefinition()
Specifies the order in which pre-operation modify plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreOperationModifyDNPropertyDefinition()
Specifies the order in which pre-operation modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreOperationSearchPropertyDefinition()
Specifies the order in which pre-operation search plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreParseAbandonPropertyDefinition()
Specifies the order in which pre-parse abandon plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreParseAddPropertyDefinition()
Specifies the order in which pre-parse add plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreParseBindPropertyDefinition()
Specifies the order in which pre-parse bind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreParseComparePropertyDefinition()
Specifies the order in which pre-parse compare plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreParseDeletePropertyDefinition()
Specifies the order in which pre-parse delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreParseExtendedPropertyDefinition()
Specifies the order in which pre-parse extended operation plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreParseModifyPropertyDefinition()
Specifies the order in which pre-parse modify plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreParseModifyDNPropertyDefinition()
Specifies the order in which pre-parse modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreParseSearchPropertyDefinition()
Specifies the order in which pre-parse search plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderPreParseUnbindPropertyDefinition()
Specifies the order in which pre-parse unbind plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderSearchResultEntryPropertyDefinition()
Specifies the order in which search result entry plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderSearchResultReferencePropertyDefinition()
Specifies the order in which search result reference plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderShutdownPropertyDefinition()
Specifies the order in which shutdown plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderStartupPropertyDefinition()
Specifies the order in which startup plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderSubordinateDeletePropertyDefinition()
Specifies the order in which subordinate delete plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public StringPropertyDefinition getPluginOrderSubordinateModifyDNPropertyDefinition()
Specifies the order in which subordinate modify DN plug-ins are to be loaded and invoked.
The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
public InstantiableRelationDefinition<PluginCfgClient,PluginCfg> getPluginsRelationDefinition()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.