public class AuthenticationServiceImpl extends Object implements IAuthenticationService
| Constructor and Description |
|---|
AuthenticationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String userName,
String organizationName,
String password) |
AuthenticationContext |
getAuthenticationContext() |
boolean |
isUserAuthenticated(String userName,
String organizationName,
String password) |
public boolean authenticate(String userName, String organizationName, String password)
userName - organizationName - password - public boolean isUserAuthenticated(String userName, String organizationName, String password)
isUserAuthenticated in interface IAuthenticationServicepublic AuthenticationContext getAuthenticationContext()
getAuthenticationContext in interface IAuthenticationServiceCopyright © 2017. All Rights Reserved.