public interface IAuthentication
Modifier and Type | Method and Description |
---|---|
String |
authenticates(String loginId,
String password)
Authenticates a user's name and password against the system's stored credentials
|
String authenticates(String loginId, String password) throws AuthenticationException
loginId
- user login Identifierpassword
- user passwordAuthenticationException
- on exception authenticatingCopyright © 2017. All rights reserved.