Class AuthServiceWebSecurityConfiguration

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

@Component @Transactional(propagation=REQUIRED, readOnly=false, noRollbackFor=java.lang.Exception.class) public class AuthServiceWebSecurityConfiguration extends Object implements com.skava.core.auth.CustomSecurityConfigurer
Implementation class to support authorization component of the infosysequinox framework for role and privilege based authorization.
Author:
Infosys Equinox
  • Constructor Details

    • AuthServiceWebSecurityConfiguration

      public AuthServiceWebSecurityConfiguration()
      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