Class WebdavToken
java.lang.Object
org.ametys.plugins.workspacessite.WebdavToken
- All Implemented Interfaces:
 GetToken
Handle token for webdav requests.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
WEBDAV_URI_PATTERN
Regexp for webdav uri 
 - 
 - 
Constructor Details
- 
WebdavToken
public WebdavToken() 
 - 
 - 
Method Details
- 
getToken
Description copied from interface:GetTokenGet an authentication token from the request, if any. - 
getTokenContext
Description copied from interface:GetTokenGet an authentication token context from the request, if any.- Specified by:
 getTokenContextin interfaceGetToken- Parameters:
 request- the current request.- Returns:
 - the token context or null if it doesn't exist.
 
 
 -