org.jabber.jabberbeans.Extension
Class IQAuthExtensionBuilder

java.lang.Object
  |
  +--org.jabber.jabberbeans.Extension.IQAuthBuilder
        |
        +--org.jabber.jabberbeans.Extension.IQAuthExtensionBuilder
All Implemented Interfaces:
ExtensionBuilder

Deprecated. use IQAuthBuilder instead

public class IQAuthExtensionBuilder
extends IQAuthBuilder

IQAuthExtensionBuilder is the class used for building an IQAuthExtension.

See Also:
ExtensionBuilder, IQAuthExtension

Constructor Summary
IQAuthExtensionBuilder()
          Deprecated. Creates a new IQAuthExtensionBuilder instance.
 
Methods inherited from class org.jabber.jabberbeans.Extension.IQAuthBuilder
build, getPassword, getResource, getSHA1Digest, getUsername, getZeroKHash, getZeroKSequence, getZeroKToken, reset, setPassword, setResource, setSHA1Digest, setUsername, setZeroKHash, setZeroKSequence, setZeroKToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IQAuthExtensionBuilder

public IQAuthExtensionBuilder()
Deprecated. 
Creates a new IQAuthExtensionBuilder instance.