org.guvnor.tools.utils.webdav
Class WebDavAuthenticator
java.lang.Object
org.guvnor.tools.utils.webdav.WebDavAuthenticator
- All Implemented Interfaces:
- IAuthenticator
public class WebDavAuthenticator
- extends Object
- implements IAuthenticator
A WebDav authenticator based on the Eclipse platform key-ring file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDavAuthenticator
public WebDavAuthenticator()
WebDavAuthenticator
public WebDavAuthenticator(URL serverUrl)
addAuthenticationInfo
public void addAuthenticationInfo(URL serverUrl,
String realm,
String scheme,
Map info)
- Specified by:
addAuthenticationInfo in interface IAuthenticator
addProtectionSpace
public void addProtectionSpace(URL resourceUrl,
String realm)
- Specified by:
addProtectionSpace in interface IAuthenticator
getAuthenticationInfo
public Map getAuthenticationInfo(URL serverUrl,
String realm,
String scheme)
- Specified by:
getAuthenticationInfo in interface IAuthenticator
getProtectionSpace
public String getProtectionSpace(URL resourceUrl)
- Specified by:
getProtectionSpace in interface IAuthenticator
requestAuthenticationInfo
public Map requestAuthenticationInfo(URL resourceUrl,
String realm,
String scheme)
- Specified by:
requestAuthenticationInfo in interface IAuthenticator
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.