There's not much documentation about that. The AuthorizationMap is a simple interface that only contains one method, see http://svn.apache.org/repos/asf/servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/security/acl/AuthorizationMap.java
You simply need to return a list of GroupPrincipal authorized to access the given endpoint / operation. Note that there is a special instance of GroupPrincipal to indicate all the groups (GroupPrincipal.ANY). On Wed, May 28, 2008 at 6:57 PM, javadevel <[EMAIL PROTECTED]> wrote: > > Is there any detailed documentation (or example) that shows how to implement > and use AuthorizationMap. I have been to the ServiceMix Security Features > page and wanted to get more detailed information. Any help will be > appreciated. > -- > View this message in context: > http://www.nabble.com/Implementing-AuthorizationMap-tp17517321p17517321.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
