Uses of Interface
com.devonfw.module.security.common.api.config.AbstractWebSecurityConfigurer
-
Packages that use AbstractWebSecurityConfigurer Package Description com.devonfw.module.security.common.api.config com.devonfw.module.security.common.impl.config -
-
Uses of AbstractWebSecurityConfigurer in com.devonfw.module.security.common.api.config
Subinterfaces of AbstractWebSecurityConfigurer in com.devonfw.module.security.common.api.config Modifier and Type Interface Description interfaceWebSecurityConfigurerInterface forAbstractWebSecurityConfigurerthat encapsulates allWebSecurityConfigurerAspects.interfaceWebSecurityConfigurerAspectInterface forAbstractWebSecurityConfigureras aspect. -
Uses of AbstractWebSecurityConfigurer in com.devonfw.module.security.common.impl.config
Classes in com.devonfw.module.security.common.impl.config that implement AbstractWebSecurityConfigurer Modifier and Type Class Description classWebSecurityConfigurerAspectDefaultDefault implementation ofWebSecurityConfigurerAspectas the container (spring) will raise an exception if no implementation is found at all.classWebSecurityConfigurerImplImplementation ofWebSecurityConfigurer.
-