Examples of NoneAuthenticationService


Examples of org.eclipse.orion.server.authentication.NoneAuthenticationService

      // TODO: Filters are case sensitive, we should be too
      if (NoneAuthenticationService.AUTH_TYPE.equalsIgnoreCase(getAuthName())) {
        Dictionary<String, String> properties = new Hashtable<String, String>();
        properties.put(ServerConstants.CONFIG_AUTH_NAME, getAuthName());
        // TODO: shouldn't we always register the none-auth service?
        context.registerService(IAuthenticationService.class, new NoneAuthenticationService(), properties);
      }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.