Consider the following assigment handler:

  | public class MyCustomExpressionAssignmentHandler ... {
  |   String expression;
  |   ...
  |   public void assign(Assignable assignable, ExecutionContext ctx) {
  |     // you can probably reuse a lot of the stuff of 
  |     // the real ExpressionAssignmentHandler to do 
  |     // your work here...
  |   }
  |   ...
  | }  
  | 
and the following task:

  | <task ...>
  |   <assignment class='MyCustomExpressionAssignmentHandler'>
  |     <expression>expression-in-your-own-format-goes-here</expression>
  |   </assignmetn>
  |   ..
  | </task>
  | 
IMO this is the simplest solution to provide your own expression 
assignmenthandler that navigates your own identity module. Or do I miss 
something?

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946485#3946485

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946485


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to