Class CockpitAuthenticationProvider

java.lang.Object
de.hybris.platform.spring.security.CoreAuthenticationProvider
de.hybris.platform.cockpit.security.CockpitAuthenticationProvider
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware, org.springframework.security.authentication.AuthenticationProvider

public class CockpitAuthenticationProvider extends CoreAuthenticationProvider
  • Constructor Details

    • CockpitAuthenticationProvider

      public CockpitAuthenticationProvider()
  • Method Details

    • authenticate

      public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException
      Specified by:
      authenticate in interface org.springframework.security.authentication.AuthenticationProvider
      Overrides:
      authenticate in class CoreAuthenticationProvider
      Throws:
      org.springframework.security.core.AuthenticationException
    • getSessionProxy

      public SessionProxy getSessionProxy()
    • setSessionProxy

      public void setSessionProxy(SessionProxy sessionProxy)