Package com.google.gerrit.httpd.auth.container

Examples of com.google.gerrit.httpd.auth.container.HttpAuthModule


    }

    switch (authConfig.getAuthType()) {
      case HTTP:
      case HTTP_LDAP:
        install(new HttpAuthModule());
        break;

      case CLIENT_SSL_CERT_LDAP:
        install(new HttpsClientSslCertModule());
        break;
View Full Code Here

TOP

Related Classes of com.google.gerrit.httpd.auth.container.HttpAuthModule

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.