Class BearerAuthInterceptor

  • All Implemented Interfaces:
    javax.ws.rs.container.ContainerRequestFilter

    @Service("bearerAuthInterceptor#rest")
    @Provider
    @Priority(2000)
    public class BearerAuthInterceptor
    extends AbstractInterceptor
    implements javax.ws.rs.container.ContainerRequestFilter
    Interceptor that checks for the Bearer Header value and tries to verify the token.
    Since:
    3.0
    Author:
    Martin Stockhammer