Package com.skava.oms.security
Class OmsWebSecurityConfiguration
java.lang.Object
com.skava.oms.security.OmsWebSecurityConfiguration
- All Implemented Interfaces:
com.skava.core.auth.CustomSecurityConfigurer
@Component
public class OmsWebSecurityConfiguration
extends Object
implements com.skava.core.auth.CustomSecurityConfigurer
The class OmsServiceEntityResponse defines the Entity Response to handle the entity request.
- See Also:
-
Component
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
customConfigure
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) Handles AuthToken and Validates itgetBusinessId
(Long collectionId)
-
Constructor Details
-
OmsWebSecurityConfiguration
public OmsWebSecurityConfiguration()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 interfacecom.skava.core.auth.CustomSecurityConfigurer
- Parameters:
httpSecurity
- - reference for HttpSecurity class Debug logger has been added to this method.
-
getBusinessId
- Specified by:
getBusinessId
in interfacecom.skava.core.auth.CustomSecurityConfigurer
-