Package org.apache.catalina.security
Class SecurityConfig
- java.lang.Object
- 
- org.apache.catalina.security.SecurityConfig
 
- 
 public final class SecurityConfig extends java.lang.ObjectUtil class to protect Catalina against package access and insertion. The code are been moved from Catalina.java- Author:
- the Catalina.java authors
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecurityConfignewInstance()Returns the singleton instance of that class.voidsetPackageAccess()Set the security package.access value.voidsetPackageDefinition()Set the security package.definition value.
 
- 
- 
- 
Method Detail- 
newInstancepublic static SecurityConfig newInstance() Returns 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.
 
- 
 
-