public abstract static class AccessHelperI.CallBack extends Object implements org.bedework.access.Access.AccessCb, Serializable
| Constructor and Description |
|---|
CallBack() |
| Modifier and Type | Method and Description |
|---|---|
abstract SharedEntity |
getCollection(String path)
Get a collection given the path.
|
abstract org.bedework.access.AccessPrincipal |
getPrincipal(String href) |
abstract String |
getUserHomeRoot()
Returns something like "/user/".
|
public abstract org.bedework.access.AccessPrincipal getPrincipal(String href) throws WebdavException
href - WebdavException - on errorpublic abstract String getUserHomeRoot() throws WebdavException
WebdavException - on errorpublic abstract SharedEntity getCollection(String path) throws WebdavException
path - String path of collectionWebdavException - on errorCopyright © 2018 Bedework. All rights reserved.