Package io.vertx.serviceproxy
Interface AuthenticationInterceptor
- 
- All Superinterfaces:
 ServiceInterceptor
public interface AuthenticationInterceptor extends ServiceInterceptor
Create an event bus service interceptor that will provide an authentication check 
- 
- 
Method Summary
Static Methods Modifier and Type Method Description static AuthenticationInterceptorcreate(AuthenticationProvider authenticationProvider)- 
Methods inherited from interface io.vertx.serviceproxy.ServiceInterceptor
intercept 
 - 
 
 - 
 
- 
- 
Method Detail
- 
create
static AuthenticationInterceptor create(AuthenticationProvider authenticationProvider)
 
 - 
 
 -