public interface ItemBasedPrincipal extends JackrabbitPrincipal
ItemBasedPrincipal
is a Principal
having a
corresponding item within the JCR repository. In addition to the methods
inherited from the Principal
interface it therefore
provides a getPath()
method.Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.String |
getPath()
Returns the JCR path of the item that corresponds to this
Principal . |
@NotNull @NotNull java.lang.String getPath() throws RepositoryException
Principal
.Item
that corresponds to this
Principal
.RepositoryException
- If an error occurs while retrieving the
Item
path.Copyright © 2010 - 2020 Adobe. All Rights Reserved