Class ReportWebSecurityConfiguration

java.lang.Object
com.skava.report.security.ReportWebSecurityConfiguration
All Implemented Interfaces:
com.skava.core.auth.CustomSecurityConfigurer

@Component public class ReportWebSecurityConfiguration extends Object implements com.skava.core.auth.CustomSecurityConfigurer
See Also:
  • The class OmsServiceEntityResponse defines the Entity Response to handle the entity request.
  • Constructor Details

    • ReportWebSecurityConfiguration

      @Autowired public ReportWebSecurityConfiguration(CollectionRepository collectionRepository)
      Default constructor
  • Method Details

    • customConfigure

      public void customConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity)
      Handles AuthToken and Validates it
      Specified by:
      customConfigure in interface com.skava.core.auth.CustomSecurityConfigurer
      Parameters:
      httpSecurity - - reference for HttpSecurity class
    • getBusinessId

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