public class MessageQueueUserAuthenticator extends Object implements Authenticator
Constructor and Description |
---|
MessageQueueUserAuthenticator(PluginPropertyService pluginPropertyService)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
authenticate(String username,
String password)
Authenticates the user with the given password.
|
public MessageQueueUserAuthenticator(PluginPropertyService pluginPropertyService)
pluginPropertyService
- The plugins property service.public Set<String> authenticate(String username, String password) throws LoginException
Authenticator
authenticate
in interface Authenticator
username
- The users name.password
- The password.LoginException
- Thrown, when the login fails.Copyright © 2019 Communote team. All rights reserved.