FileDocCategorySizeDatePackage
PrivilegedAction.javaAPI DocAndroid 1.5 API1548Wed May 06 22:41:06 BST 2009java.security

PrivilegedAction

public interface PrivilegedAction
{@code PrivilegedAction} represents an action that can be executed privileged regarding access control. Instances of {@code PrivilegedAction} can be executed on {@code AccessController.doPrivileged()}.
see
AccessController
see
AccessController#doPrivileged(PrivilegedAction)
see
AccessController#doPrivileged(PrivilegedAction, AccessControlContext)
see
PrivilegedExceptionAction
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public Trun()
Returns the result of running the action.

return
the result of running the action.
since
Android 1.0