Package org.multibit.mbm.client.interfaces.rest.health

Examples of org.multibit.mbm.client.interfaces.rest.health.TemplatePropertyHealthCheck


    // Resources - public (no authentication)
    environment.addResource(context.getBean(PublicCartResource.class));
    environment.addResource(context.getBean(PublicItemResource.class));

    // Health checks
    environment.addHealthCheck(new TemplatePropertyHealthCheck());

    // Providers
    environment.addProvider(new HmacServerRestrictedToProvider<User>(cachingAuthenticator, "REST"));

    // TODO Add the database loader code here
View Full Code Here

TOP

Related Classes of org.multibit.mbm.client.interfaces.rest.health.TemplatePropertyHealthCheck

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.