Top "Jaas" questions

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

How to access authentication alias from EJB deployed to Websphere 6.1

I need to provide password for keystore in my EJB but I don't want it to be visible to developers. …

java security websphere jaas websphere-6.1
Java Security Framework

Security always tends to take the last place in a new project. Or you use a framework like Spring where …

security frameworks jakarta-ee glassfish jaas
JAAS, Spring Security or Apache Shiro

Just a quick question regarding security frameworks in java. To date JAAS has always been my go to framework. Yes …

spring-security shiro jaas
j_security_check with Primefaces

How to implement j_security_check with Primefaces? Normally in JSP if you want to use JAAS for login, the …

java authentication jsf-2 primefaces jaas
How to define Tomcat security Realms per webapp

When using JAAS JDBCRealms with Tomcat, I usually define the realm in server.xml. But now I am looking for …

java tomcat jaas
Where to place security configuration file in WAR?

I'm trying to use JAAS for authentication in my WAR. I understand that my configuration file (another link) should be …

java jaas
Wildfly caches roles after logout in a web application

jboss-web.xml <?xml version="1.0" encoding="UTF-8"?> <jboss-web> <security-domain flushOnSessionInvalidation="true">my-aktion </security-domain> &…

security jsf jakarta-ee jaas wildfly
basic authentication does not work even for correct credentials

I am trying to configure Tomcat 7 JDBC realm configuration. I have followed this tutorial completely: http://www.avajava.com/tutorials/…

tomcat7 web.xml jaas jdbcrealm
Java Web Application: Using a custom realm

I'm writing a java web application which need to perform login through a webservice. Of course, none of the realms …

jakarta-ee authentication jaas jaspic
How does keytab work exactly?

i have some questions on using keytab for Authentication hope the kind people here can enlightend me Say, i have …

java authentication kerberos jaas keytab