public class PrincipalMatchReport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.log4j.Logger |
log |
boolean |
owner
Match a resource for which the current user is the owner
|
Element |
principalProperty
Property we're supposed to match on
|
Collection<WebdavProperty> |
props
Properties to return (none for empty collection)
|
boolean |
self
Match a resource which identifies the current user
|
boolean |
whoami
Match a resource which identifies the current user
|
| Constructor and Description |
|---|
PrincipalMatchReport(MethodBase mb,
WebdavNsIntf intf)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.log4j.Logger |
getLogger() |
void |
parse(Element root,
int depth)
Parse the principal match request.
|
void |
process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
int depth) |
protected void |
trace(String msg) |
protected void |
warn(String msg) |
protected transient org.apache.log4j.Logger log
public boolean self
public boolean owner
public boolean whoami
public Element principalProperty
public Collection<WebdavProperty> props
public PrincipalMatchReport(MethodBase mb, WebdavNsIntf intf)
mb - intf - public void parse(Element root, int depth) throws WebdavException
root - depth - WebdavExceptionpublic void process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
int depth)
throws WebdavException
req - resp - depth - WebdavExceptionprotected org.apache.log4j.Logger getLogger()
protected void trace(String msg)
protected void warn(String msg)
Copyright © 2018 Bedework. All rights reserved.