protected static class RepositoryDocument.Security extends Object
Modifier and Type | Field and Description |
---|---|
protected String[] |
denyTokens
Deny tokens
|
protected String[] |
tokens
Allow tokens
|
Constructor and Description |
---|
RepositoryDocument.Security()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getACL()
Get allow tokens
|
String[] |
getDenyACL()
Get deny tokens
|
void |
setACL(String[] tokens)
Set allow tokens.
|
void |
setDenyACL(String[] tokens)
Set deny tokens
|