Top "Jaas" questions

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

Performing user authentication in Java EE / JSF using j_security_check

I'm wondering what the current approach is regarding user authentication for a web application making use of JSF 2.0 (and if …

jsf jakarta-ee authentication jaas j-security-check
javax.security.auth.login.LoginException: No LoginModules configured for SomeLogin

Well I'm trying to create JAAS authentication for my Servlet (running on Tomcat 7 in Eclipse), but I'm getting this error. …

java eclipse authentication tomcat jaas
'SEVERE: SAAJ0009: Message send failed error' while sending a message

Feb 8, 2011 11:56:49 AM com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPC onnection post SEVERE: SAAJ0009: Message send failed com.…

java soap jaas
Kafka "Login module not specified in JAAS config"

I have a problem communicating with Kafka secured with sasl using console scripts. Kafka is secured with sasl, listener is …

java apache-kafka jaas sasl
Java and Kerberos authentication krb5.conf versus System.setProperty

Please help me on a kerberos+Java problem. I have a simple Java program to authenticate to a Windows Active …

java kerberos jaas
JAAS for human beings

I am having a hard time understanding JAAS. It all seems more complicated than it should be (especially the Sun …

java security spring spring-security jaas
Kafka Java Producer with kerberos

Getting error while sending message to kafka topic in kerberosed enviornment. We have cluster on hdp 2.3 I followed this http://…

java apache-kafka kerberos jaas hortonworks-data-platform
LoginException: Login failed: Security Exception

I am attempting to setup container managed security with GlassFish v3.1.1 Build 12 and JSF 2.1. I keep getting the following exception …

glassfish security glassfish-3 jaas jdbcrealm
How to obtain logged in user name in JSF when using container managed authentication

I have configured a form based log in in my JSF 2.0 Application on GlassFish 3 server, using a custom Realm. What …

security jsf jakarta-ee jaas
JSF authentication and authorization

What is the best way to go about implementing authentication and authorization for a JSF web application? Preferrably I'd still …

java authentication jsf authorization jaas