Package com.cdancy.bitbucket.rest
Class BitbucketAuthentication
- java.lang.Object
-
- org.jclouds.domain.Credentials
-
- com.cdancy.bitbucket.rest.BitbucketAuthentication
-
public class BitbucketAuthentication extends org.jclouds.domain.CredentialsCredentials instance for Bitbucket authentication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBitbucketAuthentication.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationTypeauthType()StringauthValue()static BitbucketAuthentication.Builderbuilder()
-
-
-
Method Detail
-
authValue
@Nullable public String authValue()
-
authType
public AuthenticationType authType()
-
builder
public static BitbucketAuthentication.Builder builder()
-
-