Package com.cdancy.artifactory.rest
Class ArtifactoryAuthentication
- java.lang.Object
-
- org.jclouds.domain.Credentials
-
- com.cdancy.artifactory.rest.ArtifactoryAuthentication
-
public class ArtifactoryAuthentication extends Credentials
Credentials instance for Artifactory authentication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArtifactoryAuthentication.Builder
-
Field Summary
-
Fields inherited from class org.jclouds.domain.Credentials
credential, identity
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationTypeauthType()StringauthValue()static ArtifactoryAuthentication.Builderbuilder()-
Methods inherited from class org.jclouds.domain.Credentials
equals, hashCode, toBuilder, toString
-
-
-
-
Method Detail
-
authType
public AuthenticationType authType()
-
builder
public static ArtifactoryAuthentication.Builder builder()
-
-