Most voted "jaas" questions
JAAS (Java Authentication and Authorization Service) is an API that allows applications written on the J2EE platform to use authentication and authorization control services without requiring them (the services) to be heavily dependent. If the question is not about "JAAS", do not use this tag, even if you are using "JAAS" in your project.
Learn more…6 questions
Sort by count of
-
12
votes2
answers669
viewsJAAS or Spring Security on page control
I’m doing an Eclipse project with JSF 2.2, JPA 2.1, Hibernate 5, Primefaces 5.3, CDI (Weld 1.1). I want to implement the security part of the application and I’m in doubt between JAAS and Spring…
-
3
votes1
answer119
views@Requiredrole with Basecertloginmodule
My system authenticates the client (it’s a web service) through the BaseCertLoginModule, a class of Jboss based on the Jaas specification. In fact my project extends this class, and this extension…
-
1
votes2
answers439
viewsJAAS - request.isUserInRole always returning false
I am implementing a JAAS with only 2 types of users, one type will be an Administrator and another will be a Collaborator. Instead of creating separate directories for administrator and…
-
1
votes0
answers22
viewsJaas does not work with tomcat7 Maven plugin
I’m using the JAAS for the safety of my webapp. I declare only one JDBCRealm of the normal Tomcat, passing the bank credentials... follows the context.xml with the Declaration of the Realm: xml…
-
0
votes1
answer119
viewsSession expiring on IE
I have a JSF2 system where I use JAAS for access control. Everything is working fine in Chrome, but, for a change, IE occurs a problem. Basically I have a form with login and password fields:…
-
0
votes1
answer99
viewsJAAS Authentication and Security with Multi Module
I am working on an application with the following architecture: As you can see the system will have several modules. In Project Portal I implemented JAAS, and I’m not able to maintain authentication…