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 Summary

    Modifier and Type
    Method
    Description
    void
    setSecurityEnabled(boolean securityEnabled)
     
  • Method Details

    • setSecurityEnabled

      void setSecurityEnabled(boolean securityEnabled)