xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.protocol.I_Authenticate

Packages that use I_Authenticate
org.xmlBlaster This is the main package of the xmlBlaster distribution. 
org.xmlBlaster.authentication   
org.xmlBlaster.client.protocol.local   
org.xmlBlaster.client.protocol.socket   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.protocol.corba   
org.xmlBlaster.protocol.email   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.protocol.rmi   
org.xmlBlaster.protocol.socket   
org.xmlBlaster.protocol.stomp   
org.xmlBlaster.protocol.xmlrpc   
 

Uses of I_Authenticate in org.xmlBlaster
 

Fields in org.xmlBlaster declared as I_Authenticate
(package private)  I_Authenticate MainGUI.GuiQuery.authenticate
          Handle to login
 

Methods in org.xmlBlaster that return I_Authenticate
 I_Authenticate Main.getAuthenticate()
          Access the authentication singleton.
 

Constructors in org.xmlBlaster with parameters of type I_Authenticate
MainGUI.GuiQuery(I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Login to xmlBlaster and get a sessionId.
 

Uses of I_Authenticate in org.xmlBlaster.authentication
 

Classes in org.xmlBlaster.authentication that implement I_Authenticate
 class AuthenticateProtector
          AuthenticateProtector encapsulates Authenticate.java for security reasons.
 

Uses of I_Authenticate in org.xmlBlaster.client.protocol.local
 

Fields in org.xmlBlaster.client.protocol.local declared as I_Authenticate
private  I_Authenticate LocalConnection.authenticate
           
 

Uses of I_Authenticate in org.xmlBlaster.client.protocol.socket
 

Fields in org.xmlBlaster.client.protocol.socket declared as I_Authenticate
private  I_Authenticate SocketCallbackImpl.authenticateCore
           
 

Methods in org.xmlBlaster.client.protocol.socket that return I_Authenticate
 I_Authenticate SocketCallbackImpl.getAuthenticateCore()
           
 

Methods in org.xmlBlaster.client.protocol.socket with parameters of type I_Authenticate
 void SocketCallbackImpl.setAuthenticateCore(I_Authenticate authenticateImpl)
           
 

Uses of I_Authenticate in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as I_Authenticate
private  I_Authenticate ServerScope.authenticate
          the authentication service (a layer around it for security reasons)
 

Methods in org.xmlBlaster.engine that return I_Authenticate
 I_Authenticate ServerScope.getAuthenticate()
           
 

Methods in org.xmlBlaster.engine with parameters of type I_Authenticate
 void ServerScope.setAuthenticate(I_Authenticate auth)
          Sets the authentication in the engine.Global scope.
 

Uses of I_Authenticate in org.xmlBlaster.protocol.corba
 

Fields in org.xmlBlaster.protocol.corba declared as I_Authenticate
private  I_Authenticate CorbaDriver.authenticate
          The singleton handle for this xmlBlaster server
private  I_Authenticate AuthServerImpl.authenticate
           
 

Methods in org.xmlBlaster.protocol.corba that return I_Authenticate
 I_Authenticate AuthServerImpl.getAuthenticationService()
           
 

Methods in org.xmlBlaster.protocol.corba with parameters of type I_Authenticate
private  void CorbaDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster CORBA access.
 

Constructors in org.xmlBlaster.protocol.corba with parameters of type I_Authenticate
AuthServerImpl(Global glob, org.omg.CORBA.ORB orb, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster blaster)
          One instance implements a server.
 

Uses of I_Authenticate in org.xmlBlaster.protocol.email
 

Fields in org.xmlBlaster.protocol.email declared as I_Authenticate
private  I_Authenticate EmailDriver.authenticate
          The singleton handle for this authentication server
 

Methods in org.xmlBlaster.protocol.email that return I_Authenticate
(package private)  I_Authenticate EmailDriver.getAuthenticate()
          Access the handle to the xmlBlaster authenication core
 

Methods in org.xmlBlaster.protocol.email with parameters of type I_Authenticate
private  void EmailDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster EMAIL access.
 

Uses of I_Authenticate in org.xmlBlaster.protocol.jdbc
 

Fields in org.xmlBlaster.protocol.jdbc declared as I_Authenticate
private  I_Authenticate JdbcDriver.authenticate
          The singleton handle for this xmlBlaster server
 

Methods in org.xmlBlaster.protocol.jdbc with parameters of type I_Authenticate
private  void JdbcDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster jdbc access.
 

Uses of I_Authenticate in org.xmlBlaster.protocol.rmi
 

Fields in org.xmlBlaster.protocol.rmi declared as I_Authenticate
private  I_Authenticate AuthServerImpl.authenticate
           
private  I_Authenticate RmiDriver.authenticate
          The singleton handle for this xmlBlaster server
 

Methods in org.xmlBlaster.protocol.rmi with parameters of type I_Authenticate
private  void RmiDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster RMI access.
 

Constructors in org.xmlBlaster.protocol.rmi with parameters of type I_Authenticate
AuthServerImpl(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster blasterNative)
          One instance implements an authentication server.
 

Uses of I_Authenticate in org.xmlBlaster.protocol.socket
 

Fields in org.xmlBlaster.protocol.socket declared as I_Authenticate
private  I_Authenticate SocketDriver.authenticate
          The singleton handle for this authentication server
private  I_Authenticate HandleClient.authenticate
          The singleton handle for this authentication server
 

Methods in org.xmlBlaster.protocol.socket that return I_Authenticate
(package private)  I_Authenticate SocketDriver.getAuthenticate()
          Access the handle to the xmlBlaster authenication core
 

Methods in org.xmlBlaster.protocol.socket with parameters of type I_Authenticate
private  void SocketDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster SOCKET access.
 

Uses of I_Authenticate in org.xmlBlaster.protocol.stomp
 

Fields in org.xmlBlaster.protocol.stomp declared as I_Authenticate
private  I_Authenticate XbStompInOutBridge.authenticate
           
private  I_Authenticate XbStompDriver.authenticate
          The singleton handle for this authentication server
 

Uses of I_Authenticate in org.xmlBlaster.protocol.xmlrpc
 

Fields in org.xmlBlaster.protocol.xmlrpc declared as I_Authenticate
private  I_Authenticate AuthenticateImpl.authenticate
           
private  I_Authenticate XmlRpcDriver.authenticate
          The singleton handle for this xmlBlaster server
 

Methods in org.xmlBlaster.protocol.xmlrpc with parameters of type I_Authenticate
private  void XmlRpcDriver.init(Global glob, AddressServer addressServer, I_Authenticate authenticate, I_XmlBlaster xmlBlasterImpl)
          Start xmlBlaster XMLRPC access.
 

Constructors in org.xmlBlaster.protocol.xmlrpc with parameters of type I_Authenticate
AuthenticateImpl(Global glob, XmlRpcDriver driver, I_Authenticate authenticate, XmlBlasterImpl xblImpl)
          Constructor.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.