com.xebialabs.deployit.maven.cli
Class Authentication

java.lang.Object
  extended by com.xebialabs.deployit.maven.cli.Authentication

public class Authentication
extends Object


Field Summary
 String password
           
 String username
           
 
Constructor Summary
Authentication()
           
 
Method Summary
 org.apache.commons.httpclient.HttpClient getHttpClient()
           
 String getUserName()
           
 void loginAs(String username, String password)
           
 void logout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

public String username

password

public String password
Constructor Detail

Authentication

public Authentication()
Method Detail

logout

public void logout()

getUserName

public String getUserName()

loginAs

public void loginAs(String username,
                    String password)

getHttpClient

public org.apache.commons.httpclient.HttpClient getHttpClient()


Copyright © 2012. All Rights Reserved.