Top "Jaas" questions

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

How do I access JAAS roles at arbitrary point in the code?

I want to access the full model of users with their roles in my SOAP app. For example, I might …

java security jaas role security-roles
zookeeper sasl authentication issue

I am trying to have setup SASL authentication for my zookeeper for Kafka. I followed all the steps mentioned in …

authentication apache-zookeeper jaas sasl
Wildfly custom login modules error

I implemented a custom loginModule that is accessed via a web service and checks a username and password infront of …

jaas wildfly