org.fcrepo.client.utility.validate.remote
Class ServiceInfo

java.lang.Object
  extended by org.fcrepo.client.utility.validate.remote.ServiceInfo

public class ServiceInfo
extends Object

Holds the information necessary to open an API-M or API-A client.

Author:
Jim Blake

Constructor Summary
ServiceInfo(URL baseUrl, String username, String password)
           
 
Method Summary
 URL getBaseUrl()
           
 String getBaseUrlString()
           
 String getPassword()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo(URL baseUrl,
                   String username,
                   String password)
Method Detail

getBaseUrl

public URL getBaseUrl()

getBaseUrlString

public String getBaseUrlString()

getUsername

public String getUsername()

getPassword

public String getPassword()


Copyright © 2012 DuraSpace. All Rights Reserved.