Class Authentication
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.maven.resolver.internal.ant.types.Authentication
- All Implemented Interfaces:
Cloneable
public class Authentication
extends org.apache.tools.ant.types.DataType
-
Field Summary
Fields inherited from class org.apache.tools.ant.types.DataType
checked, refFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AuthenticationgetRef()voidsetPassphrase(String passphrase) voidsetPassword(String password) voidsetPrivateKeyFile(String privateKeyFile) voidsetProject(org.apache.tools.ant.Project project) voidsetRefid(org.apache.tools.ant.types.Reference ref) voidsetServers(String servers) voidsetUsername(String username) Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toStringMethods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
setProject
public void setProject(org.apache.tools.ant.Project project) - Overrides:
setProjectin classorg.apache.tools.ant.ProjectComponent
-
getRef
-
setRefid
public void setRefid(org.apache.tools.ant.types.Reference ref) - Overrides:
setRefidin classorg.apache.tools.ant.types.DataType
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getPrivateKeyFile
-
setPrivateKeyFile
-
getPassphrase
-
setPassphrase
-
getServers
-
setServers
-