JAAS - Features of JAAS

Features of JAAS. 

The features of JAAS are:
A Pluggable Authentication Module framework of Java.
Allows multiple authentication technologies.
Supports seamless exchange of one security protocol component for another.

Features of JAAS.

1. Java security technology includes a large set of APIs, tools, and implementations of commonly used security algorithms, mechanisms, and protocols.
2. The Java security APIs span areas like cryptography, public key infrastructure, secure communication, authentication, and access control.
3. Java security technology provides the developer with a comprehensive security framework for writing applications, and also provides the user or administrator with a set of tools to securely manage applications.
JAAS - JAAS infrastructure has two services: authentication and authorization
JAAS services - JAAS authentication component reliably and securely determines who is currently processing Java code....
JAAS - Steps involved in JAAS authentication
JAAS authentication - The steps that are involved in JAAS authentication are: Creation of LoginContext.....
JAAS - Describe authorization with JAAS.
Authorization with JAAS - JAAS authorization is an extension of Java security architecture..
Post your comment