Uses of Class
org.apache.jackrabbit.spi.commons.privilege.ParseException
-
Packages that use ParseException Package Description org.apache.jackrabbit.spi.commons.privilege -
-
Uses of ParseException in org.apache.jackrabbit.spi.commons.privilege
Methods in org.apache.jackrabbit.spi.commons.privilege that throw ParseException Modifier and Type Method Description PrivilegeDefinition[]
PrivilegeHandler. readDefinitions(InputStream in, Map<String,String> namespaces)
Read the privilege definitions and update the specified namespace mapping.PrivilegeDefinition[]
PrivilegeHandler. readDefinitions(Reader reader, Map<String,String> namespaces)
Read the privilege definitions and update the specified namespace mapping.Constructors in org.apache.jackrabbit.spi.commons.privilege that throw ParseException Constructor Description PrivilegeDefinitionReader(InputStream in, String contentType)
Creates a newPrivilegeDefinitionReader
for the given input stream.PrivilegeDefinitionReader(Reader reader, String contentType)
Creates a newPrivilegeDefinitionReader
for the given input stream.
-