Jive Messenger 2.2.2 Javadoc

org.jivesoftware.messenger.handler
Interface IQAuthInfo

All Known Implementing Classes:
IQAuthHandler

public interface IQAuthInfo

Information for controlling the authentication options for the server.

Author:
Iain Shigeoka

Method Summary
 boolean isAllowAnonymous()
          Returns true if anonymous authentication is allowed.
 void setAllowAnonymous(boolean isAnonymous)
          Changes the server's support for anonymous authentication.
 

Method Detail

isAllowAnonymous

boolean isAllowAnonymous()
Returns true if anonymous authentication is allowed.

Returns:
true if anonymous logins are allowed

setAllowAnonymous

void setAllowAnonymous(boolean isAnonymous)
                       throws UnauthorizedException
Changes the server's support for anonymous authentication.

Parameters:
isAnonymous - True if anonymous logins should be allowed.
Throws:
UnauthorizedException - If you don't have permission to adjust this setting

Jive Messenger 2.2.2 Javadoc

Copyright © 1999-2004 Jive Software.