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

Computer Science & Information Technology

You might also like to view...

What can you not do directly from the Backstage, Print screen view?

A) Select how much of the worksheet will be printed B) Switch to formula view and print formulas C) Set the page orientation D) Select which printer you want to use

Computer Science & Information Technology

The command to find the word UNIX in files called File1, File2 and File3 is

a: grep UNIX File? b: grep UNIX Files c: ls UNIX File? d: grep File1 File2 File3 "UNIX" e: find UNIX in Files

Computer Science & Information Technology