Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.common.client.api.interceptor.RemoteCallInterceptor

Packages that use RemoteCallInterceptor
org.jboss.errai.bus.client.api.interceptor   
org.jboss.errai.enterprise.client.jaxrs.api.interceptor   
org.jboss.errai.security.client.local.interceptors   
 

Uses of RemoteCallInterceptor in org.jboss.errai.bus.client.api.interceptor
 

Subinterfaces of RemoteCallInterceptor in org.jboss.errai.bus.client.api.interceptor
 interface RpcInterceptor
          Represents a client-side interceptor for remote procedure calls.
 

Uses of RemoteCallInterceptor in org.jboss.errai.enterprise.client.jaxrs.api.interceptor
 

Subinterfaces of RemoteCallInterceptor in org.jboss.errai.enterprise.client.jaxrs.api.interceptor
 interface RestClientInterceptor
          Represents a client-side interceptor for JAX-RS (REST) remote calls.
 

Uses of RemoteCallInterceptor in org.jboss.errai.security.client.local.interceptors
 

Classes in org.jboss.errai.security.client.local.interceptors that implement RemoteCallInterceptor
 class AuthenticationServiceInterceptor
          Intercepts RPC logins through AuthenticationService for populating and removing the current logged in user via SecurityContext.
 class ClientSecurityRoleInterceptor
          Intercepts RPC calls to resources marked with RestrictedAccess.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.