Class ReplacementForProtectionDomain


  • class ReplacementForProtectionDomain
    extends java.lang.Object
    Replacement methods for the class java.security.ProtectionDomain.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Replacement for doPrivileged().
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReplacementForProtectionDomain

        ReplacementForProtectionDomain()
    • Method Detail

      • toString

        public java.lang.String toString()
        Replacement for doPrivileged().
        Overrides:
        toString in class java.lang.Object