xmlBlaster 1.6.2 API

Uses of Interface
org.xmlBlaster.authentication.plugins.I_MsgSecurityInterceptor

Packages that use I_MsgSecurityInterceptor
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.authentication.plugins.demo   
org.xmlBlaster.client.dispatch   
org.xmlBlaster.util.dispatch   
 

Uses of I_MsgSecurityInterceptor in org.xmlBlaster.authentication.plugins
 

Subinterfaces of I_MsgSecurityInterceptor in org.xmlBlaster.authentication.plugins
 interface I_ClientPlugin
          A client helper.
 interface I_Session
           
 

Uses of I_MsgSecurityInterceptor in org.xmlBlaster.authentication.plugins.demo
 

Classes in org.xmlBlaster.authentication.plugins.demo that implement I_MsgSecurityInterceptor
 class ClientPlugin
          Class for java clients, decrypting messages which came from the corresponding security plugin.
 class Session
           
 

Uses of I_MsgSecurityInterceptor in org.xmlBlaster.client.dispatch
 

Fields in org.xmlBlaster.client.dispatch declared as I_MsgSecurityInterceptor
private  I_MsgSecurityInterceptor ClientDispatchConnection.securityInterceptor
           
 

Uses of I_MsgSecurityInterceptor in org.xmlBlaster.util.dispatch
 

Fields in org.xmlBlaster.util.dispatch declared as I_MsgSecurityInterceptor
private  I_MsgSecurityInterceptor DispatchManager.securityInterceptor
           
 

Methods in org.xmlBlaster.util.dispatch that return I_MsgSecurityInterceptor
 I_MsgSecurityInterceptor DispatchManager.getMsgSecurityInterceptor()
           
 

Constructors in org.xmlBlaster.util.dispatch with parameters of type I_MsgSecurityInterceptor
DispatchManager(Global glob, I_MsgErrorHandler failureListener, I_MsgSecurityInterceptor securityInterceptor, I_Queue msgQueue, I_ConnectionStatusListener connectionStatusListener, AddressBase[] addrArr, SessionName sessionName)
           
 


xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.