public interface AuthenticationService
| Modifier and Type | Method and Description |
|---|---|
de.alpharogroup.auth.models.AuthenticationResult<de.alpharogroup.user.domain.User,de.alpharogroup.auth.models.AuthenticationErrors> |
authenticate(String emailOrUsername,
String password) |
String |
newAuthenticationToken(String username)
Factory method that creates a new authentication token or gets the existing one from the
given user name.
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.