Class BackofficeExtendAuthenticationProvider

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware, org.springframework.security.authentication.AuthenticationProvider

public class BackofficeExtendAuthenticationProvider extends BackofficeAuthenticationProvider
  • Constructor Details

    • BackofficeExtendAuthenticationProvider

      public BackofficeExtendAuthenticationProvider()
  • Method Details

    • coreAuthenticate

      protected org.springframework.security.core.Authentication coreAuthenticate(org.springframework.security.core.Authentication authentication)
      Overrides:
      coreAuthenticate in class BackofficeAuthenticationProvider
    • doCoreAuthenticate

      protected org.springframework.security.core.Authentication doCoreAuthenticate(org.springframework.security.core.Authentication authentication)
    • getSSOCookieName

      protected String getSSOCookieName()
    • getClickTrackingService

      protected com.hybris.cockpitng.util.tracking.ClickTrackingService getClickTrackingService()
    • setClickTrackingService

      public void setClickTrackingService(com.hybris.cockpitng.util.tracking.ClickTrackingService clickTrackingService)
    • getLoginTrackingService

      protected com.hybris.cockpitng.util.tracking.login.LoginTrackingService getLoginTrackingService()
    • setLoginTrackingService

      public void setLoginTrackingService(com.hybris.cockpitng.util.tracking.login.LoginTrackingService loginTrackingService)