Top "Jaas" questions

JAAS is the Java Authentication and Authorization Service found in the JRE (1.4+).

javax.ejb.EJBAccessException: JBAS013323: Invalid User

On my way to migrate from JBoss 7 to WildFly, I encountered another problem. When calling an rest service which is …

security jakarta-ee ejb wildfly jaas
How to validate a Kerberos ticket against a server in Java?

we are using JAAS to enable Single Sign On in a Java application using the Windows Kerberos ticket cache. Our …

java active-directory single-sign-on kerberos jaas
JAAS configuration and LDAP login module in JavaEE 6

I'm writing a question here because I haven't been able to find the solution myself for months. My situation: I …

java ldap glassfish-3 java-ee-6 jaas
JSF 2.0 redirect to index.jsf after login

We have a JSF (2.0) based web application, running on JBoss 6.1. We are using the FORM based authentication with JAAS. Some …

java jsf-2 jboss6.x jaas
ActiveMQ authorization

If I want to implement JAAS authorization on Apache ActiveMQ, do I have to use the plug-in in the activemq.…

java authorization activemq jaas
Tomcat-Jaas - How to retrieve subject?

I'm studying JAAS and I'm implementing a simple example to use in a webapp using Tomcat with a JaasRealm. Now …

jakarta-ee tomcat jaas jaspic
Glassfish 4 - JDBC Realm

What's the difference between the Password encryption algorithm and the Digest Algorithm in Glassfish 4? Because Password encryption algorithm cannot be …

java jdbc glassfish jaas glassfish-4
When to move from Container managed security to alternatives like Apache Shiro, Spring Security?

I am trying to secure my application which is built using JSF2.0. I am confused about when do people choose …

java security jsf jaas shiro
Kerberos Cached Ticket

I am on windows 7 (64-bit) and I have created a simple app to count files in the run method of …

java kerberos jaas
JAAS LoginModule flags

I'm trying to work out how the Login module flags work in JAAS (using JBoss 5.1 EAP) and I've come across …

jaas