Class FeedSecurityConfigurer

java.lang.Object
com.skava.feed.auth.FeedSecurityConfigurer
All Implemented Interfaces:
com.skava.core.auth.CustomSecurityConfigurer

@Component public class FeedSecurityConfigurer extends Object implements com.skava.core.auth.CustomSecurityConfigurer
PriceSecurityConfigurer is a implementation of CustomSecurityConfigurer Filter to exclude authorize needs to be specified in this class Retrieving the business Id from the collection Id needs to be specified in this class
  • Constructor Details

    • FeedSecurityConfigurer

      public FeedSecurityConfigurer()
  • 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 id)
      Specified by:
      getBusinessId in interface com.skava.core.auth.CustomSecurityConfigurer