Package org.apache.catalina.security
Class SecurityConfig
java.lang.Object
org.apache.catalina.security.SecurityConfig
Util class to protect Catalina against package access and insertion. The code are been moved from Catalina.java
- Author:
- the Catalina.java authors
- 
Method SummaryModifier and TypeMethodDescriptionstatic SecurityConfigReturns the singleton instance of that class.voidSet the security package.access value.voidSet the security package.definition value.
- 
Method Details- 
newInstanceReturns the singleton instance of that class.- Returns:
- an instance of that class.
 
- 
setPackageAccesspublic void setPackageAccess()Set the security package.access value.
- 
setPackageDefinitionpublic void setPackageDefinition()Set the security package.definition value.
 
-