Interface SecurityEnabledAware

  • All Known Implementing Classes:
    RequestSecurityFilter, RunIfSecurityEnabledAspect

    public interface SecurityEnabledAware
    Interface implemented by objects that need to be notified if security is enabled or not.
    Author:
    Alfonso Vásquez
    • Method Detail

      • setSecurityEnabled

        void setSecurityEnabled​(boolean securityEnabled)