public interface IAuthenticationDBHelper
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticateUser(String login,
String password)
Authenticates an user via the authentication service.
|
String |
getDOIAdmin()
Returns the user from the authentication access, which will be the
administrator of DOI server.
|
List<AuthSystemUser> |
getDOIProjectMembers()
Returns the authentication members.
|
List<AuthSystemUser> getDOIProjectMembers() throws AuthenticationAccessException
AuthenticationAccessException - When a problem occursboolean authenticateUser(String login, String password)
login - loginpassword - passwordString getDOIAdmin()
Copyright © 2017–2020 CNES. All rights reserved.