Interface ItemBasedPrincipal
-
- All Superinterfaces:
JackrabbitPrincipal,Principal
@ProviderType public interface ItemBasedPrincipal extends JackrabbitPrincipal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringgetPath()Returns the JCR path of the item that corresponds to thisPrincipal.
-
-
-
Method Detail
-
getPath
@NotNull @NotNull String getPath() throws RepositoryException
Returns the JCR path of the item that corresponds to thisPrincipal.- Returns:
- the path of the
Itemthat corresponds to thisPrincipal. - Throws:
RepositoryException- If an error occurs while retrieving theItempath.
-
-