Class AccountAuthMethod
java.lang.Object
javax.servlet.GenericFilter
javax.servlet.http.HttpFilter
org.dogtagpki.server.rest.v2.filters.AuthMethodFilter
org.dogtagpki.server.rest.v2.filters.AccountAuthMethod
- All Implemented Interfaces:
Serializable
,javax.servlet.Filter
,javax.servlet.FilterConfig
- 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 javax.servlet.http.HttpFilter
doFilter
Methods inherited from class javax.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 javax.servlet.Filter
destroy
-
Constructor Details
-
AccountAuthMethod
public AccountAuthMethod()
-
-
Method Details
-
init
public void init() throws javax.servlet.ServletException- Overrides:
init
in classjavax.servlet.GenericFilter
- Throws:
javax.servlet.ServletException
-