What are the purposes of the AccessController class?
What will be an ideal response?
The AccessController class is used for three purposes:
* To decide whether access to a critical system resource is allowed or denied based on the current effective security policy
* To mark code as being "privileged," thus affecting subsequent access determinations
* To obtain a "snapshot" of the current calling context and enable access-control decisions from a different context can be made with respect to the saved context
You might also like to view...
Clip art needs to be appropriate for the topic, NOT the audience
Indicate whether the statement is true or false
The printer that all print commands will automatically go to unless specified otherwise is called a(n):
A) default printer B) automatic printer C) virtual printer D) network printer
When analyzing digital evidence, your job is to ____.
a. recover the data b. destroy the data c. copy the data d. load the data
Briefly describe the ProtectionDomain class.
What will be an ideal response?