Package org.platformlayer.auth.keystone

Examples of org.platformlayer.auth.keystone.KeystoneOpsSystemModule


    List<Module> modules = Lists.newArrayList();
    modules.add(new ConfigurationModule());
    modules.add(new CacheModule());
    modules.add(new GuiceAuthenticationConfig());
    modules.add(new KeystoneJdbcModule());
    modules.add(new KeystoneOpsSystemModule());
    modules.add(new CodahaleMetricsModule());
    modules.add(new JerseyServletModule() {
      @Override
      protected void configureServlets() {
        bind(TokensResource.class);
View Full Code Here

TOP

Related Classes of org.platformlayer.auth.keystone.KeystoneOpsSystemModule

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.