org.apache.maven.artifact.ant
Class Authentication

java.lang.Object
  extended by org.apache.maven.wagon.authentication.AuthenticationInfo
      extended by org.apache.maven.artifact.ant.Authentication
All Implemented Interfaces:
Serializable

public class Authentication
extends org.apache.maven.wagon.authentication.AuthenticationInfo

Ant Wrapper for wagon authentication.

Version:
$Id: Authentication.html 806929 2012-03-01 18:57:40Z hboutemy $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
Authentication()
           
Authentication(org.apache.maven.settings.Server server)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.wagon.authentication.AuthenticationInfo
getPassphrase, getPassword, getPrivateKey, getUserName, setPassphrase, setPassword, setPrivateKey, setUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authentication

public Authentication()

Authentication

public Authentication(org.apache.maven.settings.Server server)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.