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
@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.
-
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.security.core.AuthenticationcoreAuthenticate(org.springframework.security.core.Authentication authentication) Deprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.security.core.AuthenticationdoCoreAuthenticate(org.springframework.security.core.Authentication authentication) Deprecated, for removal: This API element is subject to removal in a future version.protected com.hybris.cockpitng.util.tracking.ClickTrackingServiceDeprecated, for removal: This API element is subject to removal in a future version.protected com.hybris.cockpitng.util.tracking.login.LoginTrackingServiceDeprecated, for removal: This API element is subject to removal in a future version.protected StringDeprecated, for removal: This API element is subject to removal in a future version.voidsetClickTrackingService(com.hybris.cockpitng.util.tracking.ClickTrackingService clickTrackingService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLoginTrackingService(com.hybris.cockpitng.util.tracking.login.LoginTrackingService loginTrackingService) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.hybris.backoffice.spring.security.BackofficeAuthenticationProvider
authenticate, checkBackofficeAccess, getBackofficeAuthEventListener, 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()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:
coreAuthenticatein classBackofficeAuthenticationProvider
-
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
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.
-