Questions tagged as 'jaas'

2
answers

JAAS or Spring Security in page control

I'm doing a project in Eclipse 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 am in doubt between JAAS and Spring Security. The template below corresponds...
asked by 01.12.2015 / 14:30
1
answer

@RequiredRole with BaseCertLoginModule

My system authenticates the client (it's a web service) through BaseCertLoginModule , a JBoss class based on the JaaS specification. In fact my project extends this class, and this extension is called upon every request to decide whether t...
asked by 07.07.2015 / 16:28
2
answers

JAAS - request.isUserInRole always returning false

I am implementing a JAAS with only 2 types of users, one type will be Administrator and the other will be Contributor. Instead of creating separate directories for admin and for collaborator, I want both to access the same page, the difference i...
asked by 09.06.2014 / 17:05
0
answers

Jaas does not work with macat plugin from tomcat7

I'm using JAAS for the security of my webapp . I only declare a JDBCRealm of normal Tomcat, passing the bank credentials ... it follows context.xml with the declaration of Realm: context.xml <?xml version='1.0' en...
asked by 21.05.2018 / 20:44
1
answer

Session expiring in IE

I have a system in JSF2 where I use JAAS for access control. Everything is working fine in Chrome, but for a change in IE there is a problem. Basically I have a form with login and password fields: <form action="j_security_check...
asked by 31.03.2014 / 23:57
1
answer

Authentication and Security JAAS with multi modules

I'm 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 am not able to maintain authentication when I enter another module within...
asked by 23.06.2017 / 13:57