Class HybrisAuthenticationProvider
- java.lang.Object
-
- de.hybris.platform.servicelayer.security.spring.HybrisAuthenticationProvider
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
@Deprecated public class HybrisAuthenticationProvider extends java.lang.Object implements org.springframework.security.authentication.AuthenticationProviderDeprecated.since agesSpring security Authentication provider using theAuthenticationServiceto perform authentication. Uses aUserToAuthenticationConverterto convert a hybrisUserModelto anAuthenticationobject.
-
-
Constructor Summary
Constructors Constructor Description HybrisAuthenticationProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication)Deprecated.voidsetAuthenticationService(AuthenticationService authenticationService)Deprecated.voidsetUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter)Deprecated.booleansupports(java.lang.Class authentication)Deprecated.
-
-
-
Method Detail
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationExceptionDeprecated.- Specified by:
authenticatein interfaceorg.springframework.security.authentication.AuthenticationProvider- Throws:
org.springframework.security.core.AuthenticationException
-
supports
public boolean supports(java.lang.Class authentication)
Deprecated.- Specified by:
supportsin interfaceorg.springframework.security.authentication.AuthenticationProvider
-
setAuthenticationService
public void setAuthenticationService(AuthenticationService authenticationService)
Deprecated.
-
setUserToAuthenticationConverter
public void setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter)
Deprecated.
-
-