Package com.skava.feed.auth
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
customConfigure
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) getBusinessId
(Long id)
-
Constructor Details
-
FeedSecurityConfigurer
public FeedSecurityConfigurer()
-
-
Method Details
-
customConfigure
public void customConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) - Specified by:
customConfigure
in interfacecom.skava.core.auth.CustomSecurityConfigurer
-
getBusinessId
- Specified by:
getBusinessId
in interfacecom.skava.core.auth.CustomSecurityConfigurer
-