Class AuthWebSecurityConfiguration

java.lang.Object
com.skava.auth.config.AuthWebSecurityConfiguration
All Implemented Interfaces:
com.skava.core.auth.CustomSecurityConfigurer

@Service @ConditionalOnProperty(prefix="skava.authorization", name="enabled", havingValue="true") public class AuthWebSecurityConfiguration extends Object implements com.skava.core.auth.CustomSecurityConfigurer
The Class AuthWebSecurityConfiguration.
Author:
Infosys Equinox
  • Constructor Details

    • AuthWebSecurityConfiguration

      public AuthWebSecurityConfiguration()
      The class constructor.
  • Method Details

    • customConfigure

      public void customConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity)
      Specified by:
      customConfigure in interface com.skava.core.auth.CustomSecurityConfigurer
    • getBusinessId

      public Long getBusinessId(Long collectionId)
      Specified by:
      getBusinessId in interface com.skava.core.auth.CustomSecurityConfigurer