org.apache.catalina.security |
|
Java Source File Name | Type | Comment |
SecurityClassLoad.java | Class | Static class used to preload java classes when using the
Java SecurityManager so that the defineClassInPackage
RuntimePermission does not trigger an AccessControlException.
author: Glenn L. |
SecurityConfig.java | Class | Util class to protect Catalina against package access and insertion. |
SecurityUtil.java | Class | This utility class associates a Subject to the current
AccessControlContext . |