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 -
Method Summary
Modifier and TypeMethodDescriptionorg.codice.ddf.security.handler.api.HandlerResultgetNormalizedToken(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, org.codice.ddf.platform.filter.SecurityFilterChain chain, boolean resolve) org.codice.ddf.security.handler.api.HandlerResulthandleError(javax.servlet.ServletRequest servletRequest, javax.servlet.ServletResponse servletResponse, org.codice.ddf.platform.filter.SecurityFilterChain chain)
-
Constructor Details
-
OAuthHandler
public OAuthHandler()
-
-
Method Details
-
getAuthenticationType
- Specified by:
getAuthenticationTypein interfaceorg.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:
getNormalizedTokenin interfaceorg.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:
handleErrorin interfaceorg.codice.ddf.security.handler.api.AuthenticationHandler
-