Package com.hybris.backoffice.security
Class BackofficeExtendAuthenticationProvider
java.lang.Object
de.hybris.platform.spring.security.CoreAuthenticationProvider
com.hybris.backoffice.spring.security.BackofficeAuthenticationProvider
com.hybris.backoffice.security.BackofficeExtendAuthenticationProvider
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.MessageSourceAware,org.springframework.security.authentication.AuthenticationProvider
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.spring.security.CoreAuthenticationProvider
CoreAuthenticationProvider.CoreAuthenticationException -
Field Summary
Fields inherited from class de.hybris.platform.spring.security.CoreAuthenticationProvider
messages -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.security.core.AuthenticationcoreAuthenticate(org.springframework.security.core.Authentication authentication) protected org.springframework.security.core.AuthenticationdoCoreAuthenticate(org.springframework.security.core.Authentication authentication) protected com.hybris.cockpitng.util.tracking.ClickTrackingServiceprotected com.hybris.cockpitng.util.tracking.login.LoginTrackingServiceprotected StringvoidsetClickTrackingService(com.hybris.cockpitng.util.tracking.ClickTrackingService clickTrackingService) voidsetLoginTrackingService(com.hybris.cockpitng.util.tracking.login.LoginTrackingService loginTrackingService) Methods inherited from class com.hybris.backoffice.spring.security.BackofficeAuthenticationProvider
authenticate, checkBackofficeAccess, setUserServiceMethods inherited from class de.hybris.platform.spring.security.CoreAuthenticationProvider
additionalAuthenticationChecks, afterPropertiesSet, createSuccessAuthentication, createUser, getPKFromUserDetails, getPreAuthenticationChecks, getUserByLogin, getUserByPK, getUserDetailsService, retrieveUser, setMessageSource, setPreAuthenticationChecks, setUserDetailsService, supports, validateUserDetails
-
Constructor Details
-
BackofficeExtendAuthenticationProvider
public BackofficeExtendAuthenticationProvider()
-
-
Method Details
-
coreAuthenticate
protected org.springframework.security.core.Authentication coreAuthenticate(org.springframework.security.core.Authentication authentication) - Overrides:
coreAuthenticatein classBackofficeAuthenticationProvider
-
doCoreAuthenticate
protected org.springframework.security.core.Authentication doCoreAuthenticate(org.springframework.security.core.Authentication authentication) -
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)
-