org.jumpmind.symmetric.transport.handler
Class AuthenticationResourceHandler

java.lang.Object
  extended by org.jumpmind.symmetric.transport.handler.AbstractTransportResourceHandler
      extended by org.jumpmind.symmetric.transport.handler.AuthenticationResourceHandler
All Implemented Interfaces:
ITransportResourceHandler

public class AuthenticationResourceHandler
extends AbstractTransportResourceHandler


Nested Class Summary
static class AuthenticationResourceHandler.AuthenticationStatus
           
 
Constructor Summary
AuthenticationResourceHandler()
           
 
Method Summary
 void setNodeService(INodeService nodeService)
           
 AuthenticationResourceHandler.AuthenticationStatus status(java.lang.String nodeId, java.lang.String securityToken)
           
 
Methods inherited from class org.jumpmind.symmetric.transport.handler.AbstractTransportResourceHandler
createOutgoingTransport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationResourceHandler

public AuthenticationResourceHandler()
Method Detail

status

public AuthenticationResourceHandler.AuthenticationStatus status(java.lang.String nodeId,
                                                                 java.lang.String securityToken)

setNodeService

public void setNodeService(INodeService nodeService)


Copyright © 2007-2008. All Rights Reserved.