加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090826025829/http://developer.android.com:80/reference/java/security/PrivilegedAction.html
public interface

PrivilegedAction

java.security.PrivilegedAction<T>

Class Overview

PrivilegedAction represents an action that can be executed privileged regarding access control. Instances of PrivilegedAction can be executed on AccessController.doPrivileged().

Summary

Public Methods
abstract T run()
Returns the result of running the action.

Public Methods

public abstract T run ()

Returns the result of running the action.

Returns
  • the result of running the action.