Este conteúdo não está disponível no idioma selecionado.
Chapter 15. Role-Based Security in Applications
15.1. Java Authentication and Authorization Service (JAAS) Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
Java Authentication and Authorization Service (JAAS) is a security API which consists of a set of Java packages designed for user authentication and authorization. The API is a Java implementation of the standard Pluggable Authentication Modules (PAM) framework. It extends the Java Enterprise Edition access control architecture to support user-based authorization.
In JBoss EAP 6, JAAS only provides declarative role-based security. For more information about declarative security, refer to Section 8.2, “Declarative Security”.
JAAS is independent of any underlying authentication technologies, such as Kerberos or LDAP. You can change your underlying security structure without changing your application. You only need to change the JAAS configuration.