-
AuthenticationHandler.getNormalizedToken(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
org.codice.ddf.platform.filter.SecurityFilterChain chain,
boolean resolve)
Determine if all the required information exists in the request to generate a token and move on
to perform authentication and/or authorization for the requested context.
AuthenticationHandler.handleError(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
org.codice.ddf.platform.filter.SecurityFilterChain chain)
Called when downstream authentication fails.