Package | Description |
---|---|
org.apache.river.api.security |
This package contains a scalable cache based security manager that parallelises
domain security checks.
|
Modifier and Type | Method and Description |
---|---|
(package private) DefaultPolicyScanner.KeystoreEntry |
DefaultPolicyScanner.readKeystoreEntry(StreamTokenizer st)
Tries to read keystore clause fields.
|
Modifier and Type | Method and Description |
---|---|
(package private) KeyStore |
DefaultPolicyParser.initKeyStore(List<DefaultPolicyScanner.KeystoreEntry> keystores,
URL base,
Properties system,
boolean resolve)
Returns the first successfully loaded KeyStore, from the specified list of
possible locations.
|
(package private) void |
DefaultPolicyScanner.scanStream(Reader r,
Collection<DefaultPolicyScanner.GrantEntry> grantEntries,
List<DefaultPolicyScanner.KeystoreEntry> keystoreEntries)
Performs the main parsing loop.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.