Package java.security

Interface PrivilegedAction<T>


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

      • run

        T run()