Package java.security

Interface PrivilegedAction<T>


public interface PrivilegedAction<T>
Legacy security code; do not use.
  • Method Summary

    Modifier and Type Method Description
    T run()  
  • Method Details

    • run

      T run()