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.java 524632 2007-04-01 17:05:24Z jvanzyl $
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-2009 The Apache Software Foundation. All Rights Reserved.