spread
Class NULLAuth

java.lang.Object
  extended by spread.NULLAuth
All Implemented Interfaces:
SpreadAuthInterface

public class NULLAuth
extends java.lang.Object
implements SpreadAuthInterface

NULL authentication module. This does NO authentication and just allows the connection.


Constructor Summary
NULLAuth()
           
 
Method Summary
 void authenticate()
          This method will be called during the establishment of a Spread connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NULLAuth

public NULLAuth()
Method Detail

authenticate

public void authenticate()
                  throws SpreadException
This method will be called during the establishment of a Spread connection. Allow the connection.

Specified by:
authenticate in interface SpreadAuthInterface
Throws:
SpreadException


Copyright © 2004 Spread Concepts LLC. All Rights Reserved.