Interface SecurityInterceptor

All Known Implementing Classes:
DefaultSecurityInterceptor

public interface SecurityInterceptor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method which is performed before the method that you want to check.
  • Method Details

    • intercept

      void intercept()
      The method which is performed before the method that you want to check.