Class DefaultBackofficeAuthListener

java.lang.Object
com.hybris.backoffice.events.auth.DefaultBackofficeAuthListener
All Implemented Interfaces:
BackofficeAuthListener

public class DefaultBackofficeAuthListener extends Object implements BackofficeAuthListener
Default authentication event listener.
  • Constructor Details

    • DefaultBackofficeAuthListener

      public DefaultBackofficeAuthListener()
  • Method Details

    • onAuthEvent

      public void onAuthEvent(org.springframework.security.core.Authentication source)
      Specified by:
      onAuthEvent in interface BackofficeAuthListener
    • setBackofficeAuthListenerAdapter

      public void setBackofficeAuthListenerAdapter(BackofficeAuthListener backofficeAuthListenerAdapter)