Package com.cdancy.bitbucket.rest.config
Class BitbucketAuthenticationProvider
- java.lang.Object
-
- com.cdancy.bitbucket.rest.config.BitbucketAuthenticationProvider
-
- All Implemented Interfaces:
Provider<BitbucketAuthentication>,javax.inject.Provider<BitbucketAuthentication>
public class BitbucketAuthenticationProvider extends Object implements Provider<BitbucketAuthentication>
Provider for BitbucketAuthentication objects. The BitbucketAuthentication should be created ahead of time with this module simply handing it out to downstream objects for injection.
-
-
Constructor Summary
Constructors Constructor Description BitbucketAuthenticationProvider(BitbucketAuthentication creds)
-
-
-
Constructor Detail
-
BitbucketAuthenticationProvider
@Inject public BitbucketAuthenticationProvider(BitbucketAuthentication creds)
-
-
Method Detail
-
get
public BitbucketAuthentication get()
- Specified by:
getin interfaceProvider<BitbucketAuthentication>- Specified by:
getin interfacejavax.inject.Provider<BitbucketAuthentication>
-
-