xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.authentication.Authenticate

Packages that use Authenticate
org.xmlBlaster.authentication   
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.engine The core implementation. 
 

Uses of Authenticate in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as Authenticate
private  Authenticate AuthenticateProtector.authenticate
           
private  Authenticate SubjectInfo.authenticate
           
 

Constructors in org.xmlBlaster.authentication with parameters of type Authenticate
AuthenticateProtector(ServerScope global, Authenticate authenticate)
           
SubjectInfo(ServerScope glob, Authenticate authenticate, SessionName subjectName)
          

 

Uses of Authenticate in org.xmlBlaster.authentication.plugins
 

Fields in org.xmlBlaster.authentication.plugins declared as Authenticate
private  Authenticate PluginManager.auth
           
 

Methods in org.xmlBlaster.authentication.plugins with parameters of type Authenticate
 void PluginManager.init(Authenticate auth)
          Initialize the PluginManager

 

Uses of Authenticate in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as Authenticate
private  Authenticate RequestBroker.authenticate
          the authentication service
private  Authenticate XmlBlasterImpl.authenticate
           
 

Methods in org.xmlBlaster.engine that return Authenticate
(package private)  Authenticate RequestBroker.getAuthenticate()
           
 Authenticate RequestBroker.getAuthenticate(java.lang.String secretSessionId)
          This method returns the unprotected Authenticate object.
 

Constructors in org.xmlBlaster.engine with parameters of type Authenticate
BigXmlKeyDOM(RequestBroker requestBroker, Authenticate authenticate)
          A singleton for each xmlBlaster server.
ClientSubscriptions(ServerScope glob, RequestBroker requestBroker, Authenticate authenticate)
          Exactly one instance for each xmlBlaster server.
RequestBroker(Authenticate authenticate)
          One instance of this represents one xmlBlaster server.
XmlBlasterImpl(Authenticate authenticate)
          One instance of this represents one xmlBlaster server.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.