com.realtime.xmpp.dom
Class DomAcceptComponent.AuthenticationManager

java.lang.Object
  |
  +--com.realtime.xmpp.dom.DomAcceptComponent.AuthenticationManager
All Implemented Interfaces:
XmppSessionListener
Enclosing class:
DomAcceptComponent

public class DomAcceptComponent.AuthenticationManager
extends java.lang.Object
implements XmppSessionListener

Listener to authenticate whenever a new session is started.


Nested Class Summary
 
Nested classes inherited from class com.realtime.xmpp.XmppSessionListener
XmppSessionListener.Event, XmppSessionListener.Type
 
Field Summary
 
Fields inherited from interface com.realtime.xmpp.XmppSessionListener
AUTHENTICATION_FAILED, CANT_CONNECT, CLOSING_SOCKET, CONNECTION_ERROR, INCOMING_PACKET, OPENING_SOCKET, PARSER_SELECTED, PROTOCOL_ERROR, RESTARTING_CONNECTION, SENDING_PACKET, SESSION_AUTHENTICATED, SESSION_ENDED, SESSION_STARTED, SOCKET_CLOSED, SOCKET_OPEN, STARTING_SESSION, STOPPING_COMPONENT, WAITING
 
Constructor Summary
DomAcceptComponent.AuthenticationManager()
           
 
Method Summary
 void xmppSessionEvent(XmppSessionListener.Event event)
          Respond to SESSION_STARTED events by authenticating with the Jabber server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomAcceptComponent.AuthenticationManager

public DomAcceptComponent.AuthenticationManager()
Method Detail

xmppSessionEvent

public void xmppSessionEvent(XmppSessionListener.Event event)

Respond to SESSION_STARTED events by authenticating with the Jabber server.

Specified by:
xmppSessionEvent in interface XmppSessionListener
Parameters:
event - The session event.


Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.