Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jaas

Understanding authentication in a Java Application Server

Java Web Application: Using a custom realm

How to obtain logged in user name in JSF when using container managed authentication

security jsf jakarta-ee jaas

Java EE Security: JASPIC / JAAS or apply a Security Framework? (Glassfish 3)

Security constraint in web.xml for authenticated users without role memberships

java glassfish web.xml jaas

In simplest terms, can anyone explain to me the difference between JAAS, JACC and JASPIC?

How to validate a Kerberos ticket against a server in Java?

Java and Kerberos authentication krb5.conf versus System.setProperty

java kerberos jaas

javax.security.auth.login.LoginException: No LoginModules configured for SomeLogin

Glassfish 3.1 default principal to role mapping

java jakarta-ee glassfish jaas

When to move from Container managed security to alternatives like Apache Shiro, Spring Security?

java security jsf jaas shiro

Kafka "Login module not specified in JAAS config"

java apache-kafka jaas sasl

Using Mockito, how do I intercept a callback object on a void method?

How can I delegate JAAS authorization checks to Shiro?

JAAS for human beings

Performing user authentication in Java EE / JSF using j_security_check