public class WebdavToken extends Object implements GetToken
| Modifier and Type | Field and Description | 
|---|---|
static Pattern | 
WEBDAV_URI_PATTERN
Regexp for webdav uri 
 | 
| Constructor and Description | 
|---|
WebdavToken()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getToken(Request request)
Get an authentication token from the request, if any. 
 | 
public static final Pattern WEBDAV_URI_PATTERN
public WebdavToken()