Oracle

weblogic.security.acl
Interface PrivilegedAction


Deprecated. Deprecated in WebLogic Server 7.0.

public interface PrivilegedAction

A computation to be performed with privileges enabled. The computation is performed by invoking Security.doAsPrivileged on the PrivilegedAction object. This interface is used only for computations that do not throw checked exceptions; computations that throw checked exceptions must use PrivilegedExceptionAction instead.


Method Summary
 Object run()
          Deprecated.  
 

Method Detail

run

Object run()
Deprecated. 

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle