| Interface | Description |
|---|---|
| BaseValidator |
Validator for yaml ACL policy
|
| CacheableYamlSource |
Created by greg on 7/17/15.
|
| Logger | |
| Policy |
Policy is contains a set of
RuleSetConstructor with corresponding usernames and/or groups
associated with the each Acl. |
| PolicyCollection | |
| PolicyCollectionFactory | |
| RuleSetConstructor | |
| SourceProvider |
Created by greg on 7/21/15.
|
| Validator |
Validates Yaml ACL content
|
| ValidatorFactory |
Factory for validators
|
| YamlSource |
Created by greg on 7/17/15.
|
| Class | Description |
|---|---|
| BaseValidatorImpl |
Implements BaseValidator, and provides a factory via
BaseValidatorImpl.factory() |
| Policies |
Policies represent the policies as described in the policies file(s).
|
| PoliciesCache |
PoliciesCache retains PolicyDocument objects for inserted Files, and reloads them if file modification time changes.
|
| PoliciesValidation |
Combines validation results with the policies
|
| YamlParsePolicy | |
| YamlPolicyCollection |
Stores a collection of policies, read in from a source.
|
| YamlPolicyFactoryV2 | |
| YamlProvider |
Created by greg on 7/17/15.
|
| YamlValidator |
| Exception | Description |
|---|---|
| PoliciesParseException |