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