-
-
-
Serialized Fields
-
access
org.bedework.access.Access access
For evaluating access control
-
authPrincipal
org.bedework.access.AccessPrincipal authPrincipal
-
cb
AccessHelperI.CallBack cb
-
logger
org.bedework.util.logging.BwLogger logger
-
maxAllowedPrivs
org.bedework.access.PrivilegeSet maxAllowedPrivs
-
superUser
boolean superUser
-
-
-
class AccessUtil extends org.bedework.access.AccessXmlUtil implements
Serializable
-
Serialized Fields
-
namespacePrefix
String namespacePrefix
-
class WebdavServlet extends javax.servlet.http.HttpServlet implements
Serializable
-
Serialized Fields
-
dumpContent
boolean dumpContent
-
logger
org.bedework.util.logging.BwLogger logger
-
methods
HashMap<String,MethodBase.MethodInfo> methods
Table of methods - set at init
-
preserveSession
boolean preserveSession
-
-
-
-
Serialized Fields
-
errorTag
QName errorTag
-
statusCode
int statusCode
gt 0 if set
-
-
-
-
Serialized Fields
-
account
String account
-
anonymous
boolean anonymous
-
dumpContent
boolean dumpContent
-
logger
org.bedework.util.logging.BwLogger logger
-
methods
HashMap<String,MethodBase.MethodInfo> methods
Table of methods - set by servlet
-
req
javax.servlet.http.HttpServletRequest req
-
returnMultistatusOk
boolean returnMultistatusOk
Should we return ok status in multistatus?
-
servlet
WebdavServlet servlet
-
sessNum
int sessNum
-
urlPrefix
String urlPrefix
-
xml
org.bedework.util.xml.XmlEmit xml
-
-
Serialized Fields
-
alias
boolean alias
true if this is an alias
-
allowsGet
boolean allowsGet
True if GET is allowed
-
collection
boolean collection
True if this node is a collection
-
exists
boolean exists
Does the resource exist?
-
groupPrincipal
boolean groupPrincipal
True if this node is a group
-
logger
org.bedework.util.logging.BwLogger logger
-
path
String path
Suitable for display
-
status
int status
Can be set to indicate some sort of abnormal condition on this node,
e.g. no access.
-
targetUri
String targetUri
-
uri
String uri
Uri of the node. These are relative to the root of the namespace this
interface represents and should start with a "/". For example, if this
namespace is part of a file system starting at uabc in /var/local/uabc
and we are referring to a directory x at /var/local/uabc/a/x then the
uri should be /a/x/
-
urlHandler
UrlHandler urlHandler
-
userPrincipal
boolean userPrincipal
True if this node is a user
-
wdSysIntf
WdSysIntf wdSysIntf
-
-
-
-
-
-