Issue Details (XML | Word | Printable)

Key: DIRSERVER-678
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Ersin Er
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Add support for extended operations to the Core

Created: 21/Jul/06 11:58 AM   Updated: 02/Apr/08 10:05 PM
Return to search
Component/s: core
Affects Version/s: None
Fix Version/s: 2.0.0

Time Tracking:
Not Specified


 Description  « Hide
Currently we have a few extended operations implemented within ldap protocol provider without hitting the core. An extendedOperation() method is defined in ServerLdapContext which currently just throws a NotImplementedException.

We need to determine out extended operation execution semantics and provide support for it in the core. A sample simple extended operation may also be implemented as a template.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Emmanuel Lecharny added a comment - 23/Mar/07 11:03 AM
Let's try to modify the implementation in 1.5.1 : it would be really cool if we can handle extended operation the way Ersin has implemented SP : by using java classes stored in the server This would help to add new operations on the fly, without having to modify the package.

We will have to seriously double check the class-loader...

Alex Karasulu added a comment - 18/Aug/07 12:12 AM
I know this has not been implemented and we should push this to another release. I will push it up one notch. This is a great idea btw and also note that we need a security manager for all this as well.

Emmanuel Lecharny added a comment - 02/Apr/08 10:05 PM
Postponed to 2.0. Not easy to implement ...