Class SecurityFilterConfig
java.lang.Object
com.github.farmgeek4life.jenkins.negotiatesso.SecurityFilterConfig
- All Implemented Interfaces:
jakarta.servlet.FilterConfig
The Hackabout way to try to control provider settings for NegotiateSecurityFilter, without writing a new security provider collection class...
- Author:
- Bryson Gibbons
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFilter namegetInitParameter
(String string) Get the value for a parameterGet an enumeration of parameter namesjakarta.servlet.ServletContext
Servlet contextsetParameter
(String name, String value)
-
Field Details
-
ALLOWED_PARAMS
-
-
Constructor Details
-
SecurityFilterConfig
public SecurityFilterConfig()
-
-
Method Details
-
setParameter
-
getFilterName
Filter name- Specified by:
getFilterName
in interfacejakarta.servlet.FilterConfig
- Returns:
- The name of the filter
-
getServletContext
public jakarta.servlet.ServletContext getServletContext()Servlet context- Specified by:
getServletContext
in interfacejakarta.servlet.FilterConfig
- Returns:
- servlet context
-
getInitParameter
Get the value for a parameter- Specified by:
getInitParameter
in interfacejakarta.servlet.FilterConfig
- Parameters:
string
- parameter name- Returns:
- parameter value
-
getInitParameterNames
Get an enumeration of parameter names- Specified by:
getInitParameterNames
in interfacejakarta.servlet.FilterConfig
- Returns:
- Enumeration of parameter names
-