xmlBlaster 2.2.0 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.engine.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 ClientDispatchManager.securityInterceptor
           
private  I_MsgSecurityInterceptor ClientDispatchConnection.securityInterceptor
           
 

Methods in org.xmlBlaster.client.dispatch that return I_MsgSecurityInterceptor
 I_MsgSecurityInterceptor ClientDispatchManager.getMsgSecurityInterceptor()
           
 

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

Uses of I_MsgSecurityInterceptor in org.xmlBlaster.engine.dispatch
 

Fields in org.xmlBlaster.engine.dispatch declared as I_MsgSecurityInterceptor
private  I_MsgSecurityInterceptor ServerDispatchManager.securityInterceptor
           
 

Methods in org.xmlBlaster.engine.dispatch that return I_MsgSecurityInterceptor
 I_MsgSecurityInterceptor ServerDispatchManager.getMsgSecurityInterceptor()
           
 

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

Uses of I_MsgSecurityInterceptor in org.xmlBlaster.util.dispatch
 

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


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.