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 Summary
Modifier and TypeMethodDescriptionstatic SecurityConfig
Returns the singleton instance of that class.void
Set the security package.access value.void
Set the security package.definition value.
-
Method Details
-
newInstance
Returns the singleton instance of that class.- Returns:
- an instance of that class.
-
setPackageAccess
public void setPackageAccess()Set the security package.access value. -
setPackageDefinition
public void setPackageDefinition()Set the security package.definition value.
-