public interface AuthenticationService
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(String userId,
String password) |
boolean |
isAdministrator() |
void |
nop() |
boolean authenticate(String userId, String password) throws AccessLimitExceededException, InvalidParameterException, NoAccessPermissionException, ServiceConfigurationException, UnknownException, UserNotFoundException
void nop()
boolean isAdministrator() throws AccessLimitExceededException, NoAccessPermissionException, ServiceConfigurationException, UnknownException