Class AccountAuthMethod
java.lang.Object
jakarta.servlet.GenericFilter
jakarta.servlet.http.HttpFilter
org.dogtagpki.server.rest.v2.filters.AuthMethodFilter
org.dogtagpki.server.rest.v2.filters.AccountAuthMethod
- All Implemented Interfaces:
jakarta.servlet.Filter
,jakarta.servlet.FilterConfig
,Serializable
- See Also:
-
Field Summary
Fields inherited from class org.dogtagpki.server.rest.v2.filters.AuthMethodFilter
logger
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dogtagpki.server.rest.v2.filters.AuthMethodFilter
checkAuthenticationMethod, doFilter, setAuthMethod, setAuthMethodMap
Methods inherited from class jakarta.servlet.http.HttpFilter
doFilter
Methods inherited from class jakarta.servlet.GenericFilter
getFilterConfig, getFilterName, getInitParameter, getInitParameterNames, getServletContext, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.servlet.Filter
destroy
-
Constructor Details
-
AccountAuthMethod
public AccountAuthMethod()
-
-
Method Details
-
init
public void init() throws jakarta.servlet.ServletException- Overrides:
init
in classjakarta.servlet.GenericFilter
- Throws:
jakarta.servlet.ServletException
-