Package org.cloudbees.cloud_resource.jersey.guice

Examples of org.cloudbees.cloud_resource.jersey.guice.CloudResourceModule


* @author Vivek Pandey
*/
public class CloudbeesAuthModule extends AbstractModule {
    @Override
    protected void configure() {
        install(new CloudResourceModule());
        bind(Authenticator.class).toProvider(OauthAuthenticator.class);
    }
View Full Code Here

TOP

Related Classes of org.cloudbees.cloud_resource.jersey.guice.CloudResourceModule

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.