public class HybrisPasswordCallback extends Object implements CallbackHandler
CallbackHandler by means of AuthenticationService.| Constructor and Description |
|---|
HybrisPasswordCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Callback[] callbacks)
Authenticates and logs in a user using an
AuthenticationService. |
void |
setAuthenticationService(AuthenticationService authenticationService) |
void |
setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter) |
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
AuthenticationService. Expects given callbacks to be of type
WSPasswordCallback.handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionpublic void setAuthenticationService(AuthenticationService authenticationService)
public void setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter)
Copyright © 2017 SAP SE. All Rights Reserved.