Package | Description |
---|---|
org.apache.jackrabbit.spi.commons.privilege |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
PrivilegeDefinitionReader(InputStream in,
String contentType)
Creates a new
PrivilegeDefinitionReader for the given
input stream. |
PrivilegeDefinitionReader(Reader reader,
String contentType)
Creates a new
PrivilegeDefinitionReader for the given
input stream. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.