Package com.cdancy.bitbucket.rest.config
Class BitbucketAuthenticationModule
- java.lang.Object
-
- com.google.inject.AbstractModule
-
- com.cdancy.bitbucket.rest.config.BitbucketAuthenticationModule
-
- All Implemented Interfaces:
Module
public class BitbucketAuthenticationModule extends AbstractModule
Configure the provider for BitbucketAuthentication.
-
-
Constructor Summary
Constructors Constructor Description BitbucketAuthenticationModule(BitbucketAuthentication authentication)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Constructor Detail
-
BitbucketAuthenticationModule
public BitbucketAuthenticationModule(BitbucketAuthentication authentication)
-
-
Method Detail
-
configure
protected void configure()
- Overrides:
configurein classAbstractModule
-
-