How can I get the RoleManager?
Written by Joseph Ottinger
For any given application running under Orion, you should be able to get it from JNDI:
Context ctx=new InitialContext();
RoleManager um=(RoleManager) ctx.lookup("java:comp/RoleManager");
Copyright © 2007 IronFlare AB