org.jabber.jabberbeans.Extension
Class IQAuthExtension

java.lang.Object
  |
  +--org.jabber.jabberbeans.XMLData
        |
        +--org.jabber.jabberbeans.Extension.IQAuth
              |
              +--org.jabber.jabberbeans.Extension.IQAuthExtension
All Implemented Interfaces:
Extension, QueryExtension, java.io.Serializable

Deprecated. use IQAuth instead

public class IQAuthExtension
extends IQAuth

An IQAuthExtension object represents the jabber:iq:auth namespace. This namespace extension is used to specify the information needed to log into the jabber server.

See Also:
Serialized Form

Constructor Summary
IQAuthExtension(IQAuthBuilder builder)
          Deprecated.  
 
Methods inherited from class org.jabber.jabberbeans.Extension.IQAuth
appendItem, getPassword, getResource, getSHA1Digest, getUsername, getZeroKHash, getZeroKSequence, getZeroKToken
 
Methods inherited from class org.jabber.jabberbeans.XMLData
appendAttrib, appendAttrib, appendChild, appendChild, escapeString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jabber.jabberbeans.Extension.Extension
toString
 

Constructor Detail

IQAuthExtension

public IQAuthExtension(IQAuthBuilder builder)
                throws java.lang.InstantiationException
Deprecated.