Interface OAuthTokenInterceptor
-
- All Superinterfaces:
io.undertow.server.HttpHandler
- All Known Implementing Classes:
OAuthTokenInterceptors.HashTokenInterceptor
,OAuthTokenInterceptors.RedirectTokenInterceptor
public interface OAuthTokenInterceptor extends io.undertow.server.HttpHandler
A OAuthTokenInterceptor is an extension of anHttpHandler
which intercepts calls to a callback URL depending on the queried path.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPathPrefix()
Get the path handled by the interceptor.
-
-
-
Method Detail
-
getPathPrefix
java.lang.String getPathPrefix()
Get the path handled by the interceptor.- Returns:
- The path handled by the interceptor.
-
-