com.atlassian.confluence.pages.persistence.dao
Class SimpleWebDavConfiguration
java.lang.Object
com.atlassian.confluence.pages.persistence.dao.SimpleWebDavConfiguration
- All Implemented Interfaces:
- AttachmentManagerConfiguration, WebDavConfiguration
public class SimpleWebDavConfiguration
- extends Object
- implements WebDavConfiguration
This implementation allows the WebDAV configuration to be specified.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleWebDavConfiguration
public SimpleWebDavConfiguration(String serverUrl,
String username,
String password)
getServerUrl
public String getServerUrl()
- Specified by:
getServerUrl
in interface WebDavConfiguration
getUsername
public String getUsername()
- Specified by:
getUsername
in interface WebDavConfiguration
getPassword
public String getPassword()
- Specified by:
getPassword
in interface WebDavConfiguration