org.guvnor.tools.utils.webdav
Class WebDavSessionAuthenticator
java.lang.Object
org.guvnor.tools.utils.webdav.WebDavSessionAuthenticator
- All Implemented Interfaces:
- IAuthenticator
public class WebDavSessionAuthenticator
- extends Object
- implements IAuthenticator
Authenticates based on in-memory credentials, and is limited to the VM session.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDavSessionAuthenticator
public WebDavSessionAuthenticator()
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.