|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrivilegeHandler
Interface used to define the (de)serialization mode of the privilege definitions.
| Method Summary | |
|---|---|
org.apache.jackrabbit.spi.PrivilegeDefinition[] |
readDefinitions(InputStream in,
Map<String,String> namespaces)
Read the privilege definitions and update the specified namespace mapping. |
org.apache.jackrabbit.spi.PrivilegeDefinition[] |
readDefinitions(Reader reader,
Map<String,String> namespaces)
Read the privilege definitions and update the specified namespace mapping. |
void |
writeDefinitions(OutputStream out,
org.apache.jackrabbit.spi.PrivilegeDefinition[] definitions,
Map<String,String> namespaces)
Write the specified privilege definitions to the given output stream. |
void |
writeDefinitions(Writer writer,
org.apache.jackrabbit.spi.PrivilegeDefinition[] definitions,
Map<String,String> namespaces)
Write the specified privilege definitions to the given writer. |
| Method Detail |
|---|
org.apache.jackrabbit.spi.PrivilegeDefinition[] readDefinitions(InputStream in,
Map<String,String> namespaces)
throws ParseException
in - namespaces -
ParseException
org.apache.jackrabbit.spi.PrivilegeDefinition[] readDefinitions(Reader reader,
Map<String,String> namespaces)
throws ParseException
reader - namespaces -
ParseException
void writeDefinitions(OutputStream out,
org.apache.jackrabbit.spi.PrivilegeDefinition[] definitions,
Map<String,String> namespaces)
throws IOException
out - definitions - namespaces -
IOException
void writeDefinitions(Writer writer,
org.apache.jackrabbit.spi.PrivilegeDefinition[] definitions,
Map<String,String> namespaces)
throws IOException
writer - definitions - namespaces -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||