Package org.xmlBlaster.authentication.plugins.ldap

Examples of org.xmlBlaster.authentication.plugins.ldap.SecurityQos


    * The client application can use this method to get a new I_SecurityQos instance,
    * and use it to set userId/password etc.
    */
   public I_SecurityQos createSecurityQos()
   {
      return new SecurityQos(this.glob); // "ldap" "1.0"
   }
View Full Code Here

TOP

Related Classes of org.xmlBlaster.authentication.plugins.ldap.SecurityQos

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.