Uses of Interface
org.craftercms.security.utils.SecurityEnabledAware
-
Packages that use SecurityEnabledAware Package Description org.craftercms.security.aop org.craftercms.security.servlet.filters -
-
Uses of SecurityEnabledAware in org.craftercms.security.aop
Classes in org.craftercms.security.aop that implement SecurityEnabledAware Modifier and Type Class Description class
RunIfSecurityEnabledAspect
Aspect that handles theRunIfSecurityEnabled
annotation -
Uses of SecurityEnabledAware in org.craftercms.security.servlet.filters
Classes in org.craftercms.security.servlet.filters that implement SecurityEnabledAware Modifier and Type Class Description class
RequestSecurityFilter
Filter for running security.
-