Class RepositoryDocument.Security
- java.lang.Object
-
- org.apache.manifoldcf.agents.interfaces.RepositoryDocument.Security
-
- Enclosing class:
- RepositoryDocument
protected static class RepositoryDocument.Security extends java.lang.Object
This class describes allow and deny tokens for a specific security class.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String[]
denyTokens
Deny tokensprotected java.lang.String[]
tokens
Allow tokens
-
Constructor Summary
Constructors Constructor Description Security()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getACL()
Get allow tokensjava.lang.String[]
getDenyACL()
Get deny tokensvoid
setACL(java.lang.String[] tokens)
Set allow tokens.void
setDenyACL(java.lang.String[] tokens)
Set deny tokens
-