Package com.skava.auth.config
Class AuthWebSecurityConfiguration
java.lang.Object
com.skava.auth.config.AuthWebSecurityConfiguration
- All Implemented Interfaces:
com.skava.core.auth.CustomSecurityConfigurer
@Service
@ConditionalOnProperty(prefix="skava.authorization",
name="enabled",
havingValue="true")
public class AuthWebSecurityConfiguration
extends Object
implements com.skava.core.auth.CustomSecurityConfigurer
The Class AuthWebSecurityConfiguration.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
customConfigure
(org.springframework.security.config.annotation.web.builders.HttpSecurity httpSecurity) getBusinessId
(Long collectionId)
-
Constructor Details
-
AuthWebSecurityConfiguration
public AuthWebSecurityConfiguration()The class constructor.
-
-
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
-