Package com.skava.report.security
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 Summary
ConstructorsConstructorDescriptionReportWebSecurityConfiguration
(CollectionRepository collectionRepository) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
customConfigure
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) Handles AuthToken and Validates itgetBusinessId
(Long collectionId)
-
Constructor Details
-
ReportWebSecurityConfiguration
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
-
getBusinessId
- Specified by:
getBusinessId
in interfacecom.skava.core.auth.CustomSecurityConfigurer
-