I was wondering if it would be possible to retrieve the complete list of security roles defined in a web.xml file in the java code? And if so how to do ...
I'm upgrading an application from an old ejb2 setup to use ejb3's using the ejb3 feature pack on websphere 6.1
I've got a ServletContextListener which does some initialisation when the servlet context ...
I'm looking at creating a decentralised role-management system which integrates with JEE roles. Does anything like this exist?
Example use cases:
System A is a limited-access system which uses corporate roles. John joins ...
I'm working on a filter to be put in front of a Java application. This filter already is responsible for setting the user name in the remote user variable (in order ...
In my EJB 3 I try to test for the roles of the principal but it always returns false.
In my WebLogic 11g Console I defined under "MyDomain" -> "Security Realms" -> ...
I am using a WebSphere Portal Server that runs some servlets as well. Previously, while I was using eclipse to develop I used this solution to add roles in my ...
I am trying to make a form-based authentication.
I configured my deployment descriptor correctly, did all the actions listed in IBM Infocenter related to "enabling user authentication using file-based registry only", mapped ...
Here is the example code from my web.xml change passwordchange password/ResetPassword.htmlGETPOSTRoles which can access this pageAdminCONFIDENTIAL Only user having role "Admin" can access "ResetPassword.html" page. There is an API that lets us to test whether current user has access to a specific role or not. ...