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