Package | Description |
---|---|
org.apache.river.api.security |
This package contains a scalable cache based security manager that parallelises
domain security checks.
|
Modifier and Type | Field and Description |
---|---|
private DefaultPolicyScanner.GrantEntry |
DefaultPolicyParser.PermissionExpander.ge |
Modifier and Type | Method and Description |
---|---|
(package private) DefaultPolicyScanner.GrantEntry |
DefaultPolicyScanner.readGrantEntry(StreamTokenizer st)
Tries to read grant clause.
|
Modifier and Type | Method and Description |
---|---|
(package private) PermissionGrant |
DefaultPolicyParser.resolveGrant(DefaultPolicyScanner.GrantEntry ge,
KeyStore ks,
Properties system,
boolean resolve)
Translates GrantEntry token to PermissionGrant object.
|
(package private) Permission |
DefaultPolicyParser.resolvePermission(DefaultPolicyScanner.PermissionEntry pe,
DefaultPolicyScanner.GrantEntry ge,
KeyStore ks,
Properties system,
boolean resolve)
Translates PermissionEntry token to Permission object.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
DefaultPolicyScanner.scanStream(Reader r,
Collection<DefaultPolicyScanner.GrantEntry> grantEntries,
List<DefaultPolicyScanner.KeystoreEntry> keystoreEntries)
Performs the main parsing loop.
|
Constructor and Description |
---|
PermissionExpander(DefaultPolicyScanner.GrantEntry ge,
KeyStore ks)
Combined setter of all required fields.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.