Package com.skava.auth.security.config
Class AuthServiceWebSecurityConfiguration
java.lang.Object
com.skava.auth.security.config.AuthServiceWebSecurityConfiguration
- All Implemented Interfaces:
com.skava.core.auth.CustomSecurityConfigurer
@Component
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class AuthServiceWebSecurityConfiguration
extends Object
implements com.skava.core.auth.CustomSecurityConfigurer
Implementation class to support authorization component of the infosysequinox framework for role and privilege
based authorization.
- 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
-
AuthServiceWebSecurityConfiguration
public AuthServiceWebSecurityConfiguration()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
-