BEA Systems, Inc.

WebLogic Server 5.1.0 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 © 2000 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://www.weblogic.com/docs51