Class AuthenticationInterceptor

All Implemented Interfaces:
IServiceInvocationInterceptor

public class AuthenticationInterceptor extends AbstractLRUApplicableInterceptor
Interceptor that can be used to realize authenticated end-to-end communication. - verifies that a call is authenticated by checking the requested/annotated role(s) against the actual role(s) authenticated by the security service.
  • Field Details

    • send

      protected boolean send
      The mode (send or receive).
  • Constructor Details

    • AuthenticationInterceptor

      public AuthenticationInterceptor(jadex.core.impl.Component ia, boolean send)
      Create a new AuthenticationInterceptor.
  • Method Details