Uses of Interface
org.codice.ddf.security.handler.api.HandlerResult

  • Uses of HandlerResult in org.codice.ddf.security.handler.api

    Modifier and Type
    Method
    Description
    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.