What are some of the levels that can be set to specify the impact of the success or failure of a given log-in procedure on the overall JAAS authentication procedure?
What will be an ideal response?
Several levels can be set to specify the impact of the success or failure of a given log-in procedure on the overall authentication procedure. They are as follows:
* Required
This indicates that the log-in module must be successful. Other log-in modules will also be called even if it is not successful.
* Optional
This indicates that the log-in module can fail, but the overall log in may still be successful if another log-in module succeeds. If all the log-in modules are optional, at least one must be successful for the authentication to succeed.
* Requisite
This indicates that the log-in module must be successful, and if it fails, no other log-in modules will be called.
* Sufficient
This indicates that the overall log in will be successful if the log-in module succeeds, assuming that no other required or requisite log-in modules fail.
You might also like to view...
Which one of the following assignment statements associates an int array, that can hold 12 integers, with a reference variable named scores?
a. scores = new int[12]; b. int[12] = new scores; c. int scores[12]; d. new int scores[12]
The main report is a report that is embedded in another report
Indicate whether the statement is true or false
Answer the following statement(s) true (T) or false (F)
1. Once you add a point type layer, you can modify it. 2. It is common to apply vertical text to entire paragraphs. 3. With point text, if you type beyond the edges of the bounding box, the text will not appear. 4. With paragraph text, even if you cannot see the text, it is still being recorded by Photoshop.
The midpoint, by definition, must be positioned evenly between the starting and ending colors of a gradient.
Answer the following statement true (T) or false (F)