Class AbstractThreadPermissionVerifier

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void checkPermission​(java.security.Permission perm)  
      void checkPermission​(java.security.Permission perm, java.lang.Object context)  
      protected abstract boolean checkPermissionFor​(java.security.Permission perm)
      This method will get invoked if a standard Applet security manager declined access.
      • Methods inherited from class java.lang.Object

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

      • AbstractThreadPermissionVerifier

        public AbstractThreadPermissionVerifier()
    • Method Detail

      • checkPermissionFor

        protected abstract boolean checkPermissionFor​(java.security.Permission perm)
        This method will get invoked if a standard Applet security manager declined access. You can use it to grant additional access on top of applet access.