nerdexam
GIAC

GSSP-JAVA · Question #107

Which of the following are correct if LoginContext enforces the requisite flag to each LoginModule in the configuration file? Each correct answer represents a complete solution. Choose all that apply.

The correct answer is A. If LoginModule succeeds, authentication continues down the LoginModule list. C. The LoginModule is required to succeed. D. If LoginModule fails, control immediately returns to the application (authentication does not. See the full explanation below for the reasoning.

Question

Which of the following are correct if LoginContext enforces the requisite flag to each LoginModule in the configuration file? Each correct answer represents a complete solution. Choose all that apply.

Options

  • AIf LoginModule succeeds, authentication continues down the LoginModule list.
  • BIf LoginModule succeeds or fails, authentication still continues to proceed down the
  • CThe LoginModule is required to succeed.
  • DIf LoginModule fails, control immediately returns to the application (authentication does not

How the community answered

(20 responses)
  • A
    80% (16)
  • B
    20% (4)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice