PrivilegedAction

  • PrivilegedAction is legacy security code and should not be used in new code.

  • This interface has a single method, run(), which is executed with the privileges of the caller.

public interface PrivilegedAction

Legacy security code; do not use.

Public Method Summary

abstract T
run()

Public Methods

public abstract T run ()