What are the main goals of JAAS?

What will be an ideal response?


JAAS has two main goals: to provide authentication for users reliably and securely by determining who is currently executing the Java code, regardless of whether the code is running as an application, an applet, a bean, or a servlet; and to provide authorization of users to ensure they have the access control rights (permissions) required for any action performed.

Computer Science & Information Technology

You might also like to view...

The compareTo method should return _____________ if the calling object equals the parameter.

a. A negative number b. Zero c. A positive number d. Null

Computer Science & Information Technology

By default, tables are sorted by their primary key field

Indicate whether the statement is true or false

Computer Science & Information Technology

A logic bomb is malware that is designed to do harm to the system when some logical condition is reached.

a. true b. false

Computer Science & Information Technology

Which of the following is a difference between TFTP and FTP?

A. TFTP is slower than FTP. B. TFTP is more secure than FTP. C. TFTP utilizes TCP and FTP uses UDP. D. TFTP utilizes UDP and FTP uses TCP.

Computer Science & Information Technology