public class UserIdAuthentication extends Object implements IAuthentication
| Constructor and Description |
|---|
UserIdAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticates(String userId,
String password)
Authenticates a user's name and password against the system's stored credentials
|
public String authenticates(String userId, String password) throws AuthenticationException
IAuthenticationauthenticates in interface IAuthenticationuserId - user login Identifierpassword - user passwordAuthenticationException - on exception authenticatingCopyright © 2017. All rights reserved.