org.jabber.jabberbeans.Extension
Class IQAuthExtension

java.lang.Object
  |
  +--org.jabber.jabberbeans.XMLData
        |
        +--org.jabber.jabberbeans.Extension.IQAuth
              |
              +--org.jabber.jabberbeans.Extension.IQAuthExtension

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.

Version:
$Revision: 1.1.1.1 $
Author:
David Waite <dwaite@jabber.com>, $Author: lucky $
See Also:
Serialized Form

Fields inherited from class org.jabber.jabberbeans.Extension.IQAuth
password, resource, SHA1Digest, username
 
Constructor Summary
IQAuthExtension(IQAuthBuilder builder)
          Deprecated.  
 
Methods inherited from class org.jabber.jabberbeans.Extension.IQAuth
appendItem, getPassword, getResource, getSHA1Digest, getUsername
 
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, registerNatives, wait, wait, wait
 

Constructor Detail

IQAuthExtension

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