Oracle WebLogic Server 12c: Advanced Administration II — Question 39
I am configuring the security policy for my JMS module. I am specifying some security conditions for the module.
Which two security conditions are valid in this context? (Choose two.)
Answer options
- A. The JMS module can be accessed only between 1 pm and 6 pm.
- B. The JMS module should throw a custom security exception on invalid access.
- C. The JMS module can process only 50 messages at a time.
- D. The JMS module can be accessed only by users belonging to the Operators group.
- E. The JMS module can be accessed in a receive-only mode.
Correct answer: A, D
Explanation
Options A and D are valid security conditions because they restrict access based on time and user group membership, which are common security measures. Options B, C, and E do not serve as access control conditions; B deals with exception handling, C focuses on message processing limits, and E describes a mode of operation rather than access restrictions.