Class BackofficeExtendAuthenticationProvider

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

@Deprecated(since="2211.4", forRemoval=true) public class BackofficeExtendAuthenticationProvider extends BackofficeAuthenticationProvider
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • BackofficeExtendAuthenticationProvider

      public BackofficeExtendAuthenticationProvider()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • coreAuthenticate

      protected org.springframework.security.core.Authentication coreAuthenticate(org.springframework.security.core.Authentication authentication)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      coreAuthenticate in class BackofficeAuthenticationProvider
    • doCoreAuthenticate

      protected org.springframework.security.core.Authentication doCoreAuthenticate(org.springframework.security.core.Authentication authentication)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSSOCookieName

      protected String getSSOCookieName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getClickTrackingService

      protected com.hybris.cockpitng.util.tracking.ClickTrackingService getClickTrackingService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setClickTrackingService

      public void setClickTrackingService(com.hybris.cockpitng.util.tracking.ClickTrackingService clickTrackingService)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLoginTrackingService

      protected com.hybris.cockpitng.util.tracking.login.LoginTrackingService getLoginTrackingService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLoginTrackingService

      public void setLoginTrackingService(com.hybris.cockpitng.util.tracking.login.LoginTrackingService loginTrackingService)
      Deprecated, for removal: This API element is subject to removal in a future version.