Package com.skava.config.security
Class UserServiceWebSecurityConfiguration
java.lang.Object
com.skava.config.security.UserServiceWebSecurityConfiguration
- All Implemented Interfaces:
com.skava.core.auth.CustomSecurityConfigurer
@Component
public class UserServiceWebSecurityConfiguration
extends Object
implements com.skava.core.auth.CustomSecurityConfigurer
This service class contains the user service web security configuration class.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
customConfigure
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) This method handles AuthToken and Validates it.getBusinessId
(Long collectionId) This method is used to get business id from collection id.
-
Constructor Details
-
UserServiceWebSecurityConfiguration
public UserServiceWebSecurityConfiguration()Default constructor
-
-
Method Details
-
customConfigure
public void customConfigure(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) This method handles AuthToken and Validates it.- Specified by:
customConfigure
in interfacecom.skava.core.auth.CustomSecurityConfigurer
- Parameters:
httpSecurity
- HoldsHttpSecurity
object for session management.
-
getBusinessId
This method is used to get business id from collection id.
-