@Deprecated
public class HybrisAuthenticationProvider
extends java.lang.Object
AuthenticationService to perform authentication. Uses a
UserToAuthenticationConverter to convert a hybris UserModel to an Authentication object.| Constructor and Description |
|---|
HybrisAuthenticationProvider()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Authentication |
authenticate(Authentication authentication)
Deprecated.
|
void |
setAuthenticationService(AuthenticationService authenticationService)
Deprecated.
|
void |
setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter)
Deprecated.
|
boolean |
supports(java.lang.Class authentication)
Deprecated.
|
public Authentication authenticate(Authentication authentication)
throws AuthenticationException
AuthenticationExceptionpublic boolean supports(java.lang.Class authentication)
public void setAuthenticationService(AuthenticationService authenticationService)
public void setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter)
Copyright © 2018 SAP SE. All Rights Reserved.