xmlBlaster 2.2.0 API

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

Packages that use I_Manager
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.authentication.plugins.demo   
org.xmlBlaster.authentication.plugins.htpasswd   
org.xmlBlaster.authentication.plugins.ldap   
org.xmlBlaster.authentication.plugins.simple   
 

Uses of I_Manager in org.xmlBlaster.authentication.plugins
 

Methods in org.xmlBlaster.authentication.plugins that return I_Manager
 I_Manager PluginManager.getDummyManager()
          Tries to return an instance of the default security manager, which simulates the old xmlBlaster behavior.
 I_Manager I_Session.getManager()
          How controls this session?

 I_Manager PluginManager.getManager(SessionInfo sessionInfo)
          Returns the security manager, responsible for given session.
 I_Manager PluginManager.getManager(java.lang.String sessionId)
          Returns the security manager, responsible for given session.
 I_Manager PluginManager.getManager(java.lang.String type, java.lang.String version)
          Return a specific SecurityManager, suitable to handle the requested security mechanisms.
 

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

Classes in org.xmlBlaster.authentication.plugins.demo that implement I_Manager
 class Manager
          This example pops up a GUI, and a user has to confirm all logins and authorize messages manually.
 

Methods in org.xmlBlaster.authentication.plugins.demo that return I_Manager
 I_Manager Session.getManager()
           
 

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

Methods in org.xmlBlaster.authentication.plugins.htpasswd that return I_Manager
 I_Manager Session.getManager()
           
 

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

Methods in org.xmlBlaster.authentication.plugins.ldap that return I_Manager
 I_Manager Session.getManager()
           
 

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

Methods in org.xmlBlaster.authentication.plugins.simple that return I_Manager
 I_Manager Session.getManager()
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.