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 String
getPath()
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
Item
that corresponds to thisPrincipal
. - Throws:
RepositoryException
- If an error occurs while retrieving theItem
path.
-
-