BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.security.acl
Interface PrivilegedAction


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.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.Object run()
           
 

Method Detail

run

public java.lang.Object run()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.