public class IQAuthHandler extends IQHandler implements IQAuthInfo
A 'set' query authenticates with information given in the authentication form. An authenticated session may reset their authentication information using a 'set' query.
deliverer, sessionManager| Constructor and Description |
|---|
IQAuthHandler()
Clients are not authenticated when accessing this handler.
|
| Modifier and Type | Method and Description |
|---|---|
IQHandlerInfo |
getInfo()
Returns the handler information to help generically handle IQ packets.
|
org.xmpp.packet.IQ |
handleIQ(org.xmpp.packet.IQ packet)
Handles the received IQ packet.
|
void |
initialize(XMPPServer server)
Initializes the basic module.
|
boolean |
isAnonymousAllowed()
Returns true if anonymous authentication is allowed.
|
void |
setAllowAnonymous(boolean isAnonymous)
Changes the server's support for anonymous authentication.
|
destroy, getName, start, stoppublic IQAuthHandler()
public org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet)
throws UnauthorizedException,
PacketException
IQHandlerhandleIQ in class IQHandlerpacket - the IQ packet to handle.UnauthorizedException - if the user that sent the packet is not
authorized to request the given operation.PacketExceptionpublic boolean isAnonymousAllowed()
IQAuthInfoisAnonymousAllowed in interface IQAuthInfopublic void setAllowAnonymous(boolean isAnonymous)
throws UnauthorizedException
IQAuthInfosetAllowAnonymous in interface IQAuthInfoisAnonymous - True if anonymous logins should be allowed.UnauthorizedException - If you don't have permission to adjust this settingpublic void initialize(XMPPServer server)
BasicModuleInitializes the basic module.
Inheriting classes that choose to override this method MUST call this initialize() method before accessing BasicModule resources.
initialize in interface Moduleinitialize in class IQHandlerserver - the server hosting this module.public IQHandlerInfo getInfo()
IQHandlerCopyright © 2003-2008 Jive Software.