Class OAuthHandler

java.lang.Object
org.codice.ddf.security.handler.oauth.OAuthHandler
All Implemented Interfaces:
org.codice.ddf.security.handler.api.AuthenticationHandler

public class OAuthHandler extends Object implements org.codice.ddf.security.handler.api.AuthenticationHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.codice.ddf.security.handler.api.HandlerResult
    getNormalizedToken(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, org.codice.ddf.platform.filter.SecurityFilterChain chain, boolean resolve)
     
    org.codice.ddf.security.handler.api.HandlerResult
    handleError(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, org.codice.ddf.platform.filter.SecurityFilterChain chain)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OAuthHandler

      public OAuthHandler()
  • Method Details

    • getAuthenticationType

      public String getAuthenticationType()
      Specified by:
      getAuthenticationType in interface org.codice.ddf.security.handler.api.AuthenticationHandler
    • getNormalizedToken

      public org.codice.ddf.security.handler.api.HandlerResult getNormalizedToken(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, org.codice.ddf.platform.filter.SecurityFilterChain chain, boolean resolve) throws org.codice.ddf.platform.filter.AuthenticationFailureException
      Specified by:
      getNormalizedToken in interface org.codice.ddf.security.handler.api.AuthenticationHandler
      Throws:
      org.codice.ddf.platform.filter.AuthenticationFailureException
    • handleError

      public org.codice.ddf.security.handler.api.HandlerResult handleError(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, org.codice.ddf.platform.filter.SecurityFilterChain chain)
      Specified by:
      handleError in interface org.codice.ddf.security.handler.api.AuthenticationHandler