xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.engine.qos.ConnectQosServer

Packages that use ConnectQosServer
org.xmlBlaster.authentication   
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.authentication.plugins.demo   
org.xmlBlaster.authentication.plugins.htpasswd   
org.xmlBlaster.authentication.plugins.ldap   
org.xmlBlaster.authentication.plugins.simple   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine.admin   
org.xmlBlaster.engine.qos   
org.xmlBlaster.protocol   
org.xmlBlaster.protocol.stomp   
 

Uses of ConnectQosServer in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as ConnectQosServer
private  ConnectQosServer SessionInfo.connectQos
          The current connection address from the protocol plugin
 ConnectQosServer ClientEvent.previousConnectQosServer
           
 

Methods in org.xmlBlaster.authentication that return ConnectQosServer
 ConnectQosServer SessionInfo.getConnectQos()
           
 ConnectQosServer ClientEvent.getConnectQos()
          Returns the connectQos or null of the event.
 ConnectQosServer SessionInfoProtector.getConnectQos()
           
 ConnectQosServer ClientEvent.getPreviousConnectQosServer()
          Given for sessionUpdated() calls
 

Methods in org.xmlBlaster.authentication with parameters of type ConnectQosServer
 void SubjectInfo.checkNumberOfSessions(ConnectQosServer qos)
           
 ConnectReturnQosServer AuthenticateProtector.connect(ConnectQosServer xmlQos)
          helper
 ConnectReturnQosServer Authenticate.connect(ConnectQosServer xmlQos)
          Login to xmlBlaster.
 ConnectReturnQosServer AuthenticateProtector.connect(ConnectQosServer xmlQos, java.lang.String secretSessionId)
          helper
 ConnectReturnQosServer Authenticate.connect(ConnectQosServer connectQos, java.lang.String forcedSecretSessionId)
          Login to xmlBlaster.
(package private)  SessionInfo SubjectInfo.getOrCreateSessionInfo(SessionName sessionName, ConnectQosServer connectQos)
          Blocks for existing SessionInfo until it is initialized.
private  SessionInfo Authenticate.getOrCreateSessionInfo(SessionName sessionName, ConnectQosServer connectQos)
          Blocks for existing SessionInfo until it is initialized.
 SessionInfo[] SubjectInfo.getSessionsToClear(ConnectQosServer q)
          Check if client does a re-login and wants to destroy old sessions.
(package private)  void SessionInfo.init(SubjectInfo subjectInfo, I_Session securityCtx, ConnectQosServer connectQos)
           
 void SessionInfo.updateConnectQos(ConnectQosServer newConnectQos)
           
private  void Authenticate.updateConnectQos(SessionInfo sessionInfo, ConnectQosServer newConnectQos)
           
 

Constructors in org.xmlBlaster.authentication with parameters of type ConnectQosServer
ClientEvent(ConnectQosServer previousConnectQosServer, SessionInfo sessionInfo)
           
 

Uses of ConnectQosServer in org.xmlBlaster.authentication.plugins
 

Methods in org.xmlBlaster.authentication.plugins that return ConnectQosServer
 ConnectQosServer I_Session.init(ConnectQosServer connectQos, java.util.Map map)
          Initialize the session with useful information.
 

Methods in org.xmlBlaster.authentication.plugins with parameters of type ConnectQosServer
 ConnectQosServer I_Session.init(ConnectQosServer connectQos, java.util.Map map)
          Initialize the session with useful information.
 

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

Methods in org.xmlBlaster.authentication.plugins.demo that return ConnectQosServer
 ConnectQosServer Session.init(ConnectQosServer connectQos, java.util.Map map)
           
 

Methods in org.xmlBlaster.authentication.plugins.demo with parameters of type ConnectQosServer
 ConnectQosServer Session.init(ConnectQosServer connectQos, java.util.Map map)
           
 

Uses of ConnectQosServer in org.xmlBlaster.authentication.plugins.htpasswd
 

Fields in org.xmlBlaster.authentication.plugins.htpasswd declared as ConnectQosServer
protected  ConnectQosServer Session.connectQosServer
           
 

Methods in org.xmlBlaster.authentication.plugins.htpasswd that return ConnectQosServer
 ConnectQosServer Session.init(ConnectQosServer connectQos, java.util.Map map)
           
 

Methods in org.xmlBlaster.authentication.plugins.htpasswd with parameters of type ConnectQosServer
 ConnectQosServer Session.init(ConnectQosServer connectQos, java.util.Map map)
           
 

Uses of ConnectQosServer in org.xmlBlaster.authentication.plugins.ldap
 

Methods in org.xmlBlaster.authentication.plugins.ldap that return ConnectQosServer
 ConnectQosServer Session.init(ConnectQosServer connectQos, java.util.Map map)
           
 

Methods in org.xmlBlaster.authentication.plugins.ldap with parameters of type ConnectQosServer
 ConnectQosServer Session.init(ConnectQosServer connectQos, java.util.Map map)
           
 

Uses of ConnectQosServer in org.xmlBlaster.authentication.plugins.simple
 

Methods in org.xmlBlaster.authentication.plugins.simple that return ConnectQosServer
 ConnectQosServer Session.init(ConnectQosServer connectQos, java.util.Map map)
           
 

Methods in org.xmlBlaster.authentication.plugins.simple with parameters of type ConnectQosServer
 ConnectQosServer Session.init(ConnectQosServer connectQos, java.util.Map map)
           
 

Uses of ConnectQosServer in org.xmlBlaster.contrib.replication.impl
 

Methods in org.xmlBlaster.contrib.replication.impl with parameters of type ConnectQosServer
private  boolean ReplManagerPlugin.hasUsAsDispatchPlugin(ConnectQosServer connQos)
          Convenience method to determine if a connect Qos is for us, i.e.
 

Uses of ConnectQosServer in org.xmlBlaster.engine.admin
 

Methods in org.xmlBlaster.engine.admin that return ConnectQosServer
 ConnectQosServer I_AdminSession.getConnectQos()
           
 

Uses of ConnectQosServer in org.xmlBlaster.engine.qos
 

Methods in org.xmlBlaster.engine.qos that return ConnectQosServer
 ConnectQosServer ConnectQosServer.getClone(Global newGlob)
          Serialize first to have a clone for security reasons (and to guarantee our Global).
 

Uses of ConnectQosServer in org.xmlBlaster.protocol
 

Methods in org.xmlBlaster.protocol with parameters of type ConnectQosServer
 ConnectReturnQosServer I_Authenticate.connect(ConnectQosServer qos)
           
 ConnectReturnQosServer I_Authenticate.connect(ConnectQosServer qos, java.lang.String sessionId)
           
 

Uses of ConnectQosServer in org.xmlBlaster.protocol.stomp
 

Fields in org.xmlBlaster.protocol.stomp declared as ConnectQosServer
private  ConnectQosServer XbStompInOutBridge.connectQos
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.