All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.craftercms.security.utils.SecurityEnabledAware Maven / Gradle / Ivy

There is a newer version: 4.3.1
Show newest version
package org.craftercms.security.utils;

/**
 * Interface implemented by objects that need to be notified if security is enabled or not.
 *
 * @author Alfonso Vásquez
 */
public interface SecurityEnabledAware {

    void setSecurityEnabled(boolean securityEnabled);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy