Interface OAuthTokenInterceptor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPathPrefix()
      Get the path handled by the interceptor.
      • Methods inherited from interface io.undertow.server.HttpHandler

        handleRequest
    • Method Detail

      • getPathPrefix

        java.lang.String getPathPrefix()
        Get the path handled by the interceptor.
        Returns:
        The path handled by the interceptor.