|
Openfire 3.6.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.openfire.container.BasicModule org.jivesoftware.openfire.handler.IQHandler org.jivesoftware.openfire.handler.IQAuthHandler
public class IQAuthHandler
Implements the TYPE_IQ jabber:iq:auth protocol (plain only). Clients use this protocol to authenticate with the server. A 'get' query runs an authentication probe with a given user name. Return the authentication form or an error indicating the user is not registered on the server.
A 'set' query authenticates with information given in the authentication form. An authenticated session may reset their authentication information using a 'set' query.
Field Summary |
---|
Fields inherited from class org.jivesoftware.openfire.handler.IQHandler |
---|
deliverer, sessionManager |
Constructor Summary | |
---|---|
IQAuthHandler()
Clients are not authenticated when accessing this handler. |
Method Summary | |
---|---|
IQHandlerInfo |
getInfo()
Returns the handler information to help generically handle IQ packets. |
IQ |
handleIQ(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. |
Methods inherited from class org.jivesoftware.openfire.handler.IQHandler |
---|
process |
Methods inherited from class org.jivesoftware.openfire.container.BasicModule |
---|
destroy, getName, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IQAuthHandler()
Method Detail |
---|
public IQ handleIQ(IQ packet) throws UnauthorizedException, PacketException
IQHandler
handleIQ
in class IQHandler
packet
- the IQ packet to handle.
UnauthorizedException
- if the user that sent the packet is not
authorized to request the given operation.
PacketException
public boolean isAnonymousAllowed()
IQAuthInfo
isAnonymousAllowed
in interface IQAuthInfo
public void setAllowAnonymous(boolean isAnonymous) throws UnauthorizedException
IQAuthInfo
setAllowAnonymous
in interface IQAuthInfo
isAnonymous
- True if anonymous logins should be allowed.
UnauthorizedException
- If you don't have permission to adjust this settingpublic void initialize(XMPPServer server)
BasicModule
Initializes the basic module.
Inheriting classes that choose to override this method MUST call this initialize() method before accessing BasicModule resources.
initialize
in interface Module
initialize
in class IQHandler
server
- the server hosting this module.public IQHandlerInfo getInfo()
IQHandler
getInfo
in class IQHandler
|
Openfire 3.6.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |