| | |
| | | ConfigEntry configEntry) |
| | | throws ConfigException |
| | | { |
| | | |
| | | |
| | | // Make sure that the plugin has been enabled for the appropriate types. |
| | | for (PluginType t : pluginTypes) |
| | | { |
| | |
| | | public final PreOperationPluginResult |
| | | doPreOperation(PreOperationAddOperation addOperation) |
| | | { |
| | | |
| | | |
| | | // Create the attribute list for the creatorsName attribute, if appropriate. |
| | | DN creatorDN = addOperation.getAuthorizationDN(); |
| | | LinkedHashSet<AttributeValue> nameValues = |
| | |
| | | public final PreOperationPluginResult |
| | | doPreOperation(PreOperationModifyOperation modifyOperation) |
| | | { |
| | | |
| | | |
| | | // Create the modifiersName attribute. |
| | | DN modifierDN = modifyOperation.getAuthorizationDN(); |
| | | LinkedHashSet<AttributeValue> nameValues = |
| | |
| | | public final PreOperationPluginResult |
| | | doPreOperation(PreOperationModifyDNOperation modifyDNOperation) |
| | | { |
| | | |
| | | |
| | | // Create the modifiersName attribute. |
| | | DN modifierDN = modifyDNOperation.getAuthorizationDN(); |
| | | LinkedHashSet<AttributeValue> nameValues = |