public abstract class AbstractAuthenticationService extends Object
| Constructor and Description |
|---|
AbstractAuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult<de.alpharogroup.user.management.entities.Users,AuthenticationErrors> |
authenticate(String email,
String password)
Peform the authentication with the given email and password and return the result.
|
protected AuthenticationResult<de.alpharogroup.user.management.entities.Users,AuthenticationErrors> |
authorize(de.alpharogroup.user.management.entities.Users user,
String password,
AuthenticationResult<de.alpharogroup.user.management.entities.Users,AuthenticationErrors> authenticationResult)
Authorize given Users object.
|
abstract UsersManagementService |
getUserManagementService() |
public AuthenticationResult<de.alpharogroup.user.management.entities.Users,AuthenticationErrors> authenticate(String email, String password)
email - the emailpassword - the passwordprotected AuthenticationResult<de.alpharogroup.user.management.entities.Users,AuthenticationErrors> authorize(de.alpharogroup.user.management.entities.Users user, String password, AuthenticationResult<de.alpharogroup.user.management.entities.Users,AuthenticationErrors> authenticationResult)
user - the userpassword - the passwordauthenticationResult - the authentication resultpublic abstract UsersManagementService getUserManagementService()
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.