Using Orion 0.8.2
Does anybody know how to gain access of the default UserManager instance. I am
assuming that it can be acquired via jndi, but I do not know the lookup name.
I am trying to gain access inside a jsp page to determine if a user( from
request.getUserPrincipal() ) belongs to an assigned group( user.isMemberOf(
Group group ) ). But the only way that I can find to obtain the group is via
the UserManager interface.
I know that Orion Jsp does check page access automatically, like in the news
demo, but I want to gain access inside a page to secure certain sections within
the page itself.
Also, I currently want to use the default XMLUserManager.
Any help would be greatly apprecitated!
Thanks!
Evan Vaala