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 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 interface com.skava.core.auth.CustomSecurityConfigurer
      Parameters:
      httpSecurity - - reference for HttpSecurity class Debug logger has been added to this method.
    • getBusinessId

      public Long getBusinessId(Long collectionId)
      Specified by:
      getBusinessId in interface com.skava.core.auth.CustomSecurityConfigurer