Uses of Class
net.sourceforge.spnego.SpnegoFilterConfig
-
Packages that use SpnegoFilterConfig Package Description net.sourceforge.spnego -
-
Uses of SpnegoFilterConfig in net.sourceforge.spnego
Methods in net.sourceforge.spnego that return SpnegoFilterConfig Modifier and Type Method Description static SpnegoFilterConfigSpnegoFilterConfig. getInstance(jakarta.servlet.FilterConfig config)Returns the instance of the servlet's config parameters.Constructors in net.sourceforge.spnego with parameters of type SpnegoFilterConfig Constructor Description SpnegoAuthenticator(String loginModuleName, SpnegoFilterConfig config)Create an authenticator for SPNEGO and/or BASIC authentication.SpnegoAuthenticator(SpnegoFilterConfig config)Create an authenticator for SPNEGO and/or BASIC authentication.
-