xmlBlaster 2.2.0 API

Uses of Package
org.xmlBlaster.authentication.plugins.htpasswd

Packages that use org.xmlBlaster.authentication.plugins.htpasswd
org.xmlBlaster.authentication.plugins.htpasswd   
 

Classes in org.xmlBlaster.authentication.plugins.htpasswd used by org.xmlBlaster.authentication.plugins.htpasswd
ClientPlugin
          Helper only for Java clients.
HtPasswd
          In xmlBlaster.properties add :
Security.Server.Plugin.htpasswd.secretfile=${user.home}${file.separator}xmlBlaster.htpasswd

Changes: astelzl@avitech.de
There can be three cases for authentication: in xmlBlaster.properties the property Security.Server.Plugin.htpasswd.allowPartialUsername is true -> the user is authenticated with the right password and an username which begins with the specified username allowPartialUsername is false -> the user is just authenticated if the username and password in the password file exactly equals the specifications at connection to the xmlBlaster it is possible that the password file just contains a * instead of (username,password) tuples -> any username and password combination is authenticated Same if Security.Server.Plugin.htpasswd.secretfile=NONE

Changes: mr@marcelruff.info
Added simple authorization support.

Manager
          This security manager just implements the necessary interfaces and delegates login checks (authentication of a client) to LDAP.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.