Top "Jaas" questions

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

What goes on when using kinit with a keytab file

Wish to get more understanding on the use of kinit and keytab file. For example, if I already have a …

windows active-directory kerberos jaas keytab
javax.security.auth.login.LoginException: Security Exception

I am attempting to setup container managed security with GlassFish v3.1.2 and JSF 2.1 and primeFaces 3.4.2 The value HexValue and the …

java glassfish java-ee-6 jaas jdbcrealm
Glassfish 3.1 default principal to role mapping

I am working with glassfish and jaas module. I configured my web.xml in this way. <security-constraint> <…

java jakarta-ee glassfish jaas
Using Mockito, how do I intercept a callback object on a void method?

I'm using mockito to test a legacy JAAS/LDAP login module. The javax.security.auth.callback.CallbackHandler interface defines the …

java unit-testing callback jaas mockito
How to propagate JAAS Subject when calling a remote EJB (RMI over IIOP) from a pure client

I am testing the propagation of JAAS Subject with a custom Principal from a standalone EJB client running on a …

java jakarta-ee jboss websphere jaas
Decrypting OpenLDAP passwords

I have a set of users in my OpenLDAP and i wish to get some information from them, for example "…

java ldap jaas openldap gssapi
Security constraint in web.xml for authenticated users without role memberships

I am quite desperate, because I think there must be an easy solution to my problem but I am searching …

java glassfish web.xml jaas
Why do I list security roles in web.xml when they're in jdbcRealm database?

I run JavaEE 6 web application on Glassfish 3. I use JAAS with jdbcRealm and default principal to role mapping. In my …

java jakarta-ee jaas security-roles
How does java LoginContext.login() work?

I have this code to create a configuration of a java client to connect to a JBoss application server: System.…

java authentication jndi jaas
"Spring Security" and "Java Authentication and Authorization Service(jaas)"

I'm so new to Spring and Spring security , we have an extended java application (not web application) and trying to …

security spring authorization jaas