| Package | Description |
|---|---|
| de.alpharogroup.user.management.sign.in |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationErrors |
AuthenticationErrors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationErrors[] |
AuthenticationErrors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResult<de.alpharogroup.user.management.entities.Users,AuthenticationErrors> |
AbstractAuthenticationService.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> |
AbstractAuthenticationService.authorize(de.alpharogroup.user.management.entities.Users user,
String password,
AuthenticationResult<de.alpharogroup.user.management.entities.Users,AuthenticationErrors> authenticationResult)
Authorize given Users object.
|
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationResult<de.alpharogroup.user.management.entities.Users,AuthenticationErrors> |
AbstractAuthenticationService.authorize(de.alpharogroup.user.management.entities.Users user,
String password,
AuthenticationResult<de.alpharogroup.user.management.entities.Users,AuthenticationErrors> authenticationResult)
Authorize given Users object.
|
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.