Package com.groiss.servlet
Interface WebDAVAuth
public interface WebDAVAuth
This interface defines the authentification interface when accessing DMS elements via WebDAV.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the @enterprise user which can be extracted from the information held within the passed request (e.g. from a client certificate)
-
Method Details
-
getUser
Returns the @enterprise user which can be extracted from the information held within the passed request (e.g. from a client certificate)- Parameters:
req
- the current request- Returns:
- the user if one could be identified, otherwise null
-