Commit a4ed739b authored by guus's avatar guus

Javadoc spelling fixes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13489 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9a840167
......@@ -66,11 +66,11 @@ public interface AuthProvider {
* throw an UnsupportedOperationException.
*
* @param username the username or full JID.
* @param password the passwordl
* @param password the password
* @throws UnauthorizedException if the username and password do
* not match any existing user.
* @throws ConnectionException it there is a problem connecting to user and group sytem
* @throws InternalUnauthenticatedException if there is a problem authentication Openfire iteself into the user and group system
* @throws ConnectionException it there is a problem connecting to user and group system
* @throws InternalUnauthenticatedException if there is a problem authentication Openfire itself into the user and group system
*/
void authenticate(String username, String password) throws UnauthorizedException,
ConnectionException, InternalUnauthenticatedException;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment