![]() |
|
Contents |
Public Member Functions | |
| PermissionExpander | configure (DefaultPolicyScanner.GrantEntry ge, KeyStore ks) |
| Combined setter of all required fields. | |
| String | resolve (String protocol, String data) throws PolicyUtils.ExpansionFailedException |
| Resolves the following protocols:. | |
Private Member Functions | |
| String | pc2str (Principal pc) |
Private Attributes | |
| KeyStore | ks |
| DefaultPolicyScanner.GrantEntry | ge |
| PermissionExpander configure | ( | DefaultPolicyScanner.GrantEntry | ge, | |
| KeyStore | ks | |||
| ) |
Combined setter of all required fields.
| String resolve | ( | String | protocol, | |
| String | data | |||
| ) | throws PolicyUtils.ExpansionFailedException |
Resolves the following protocols:.
| ExpansionFailedException | - if protocol is other than self or alias, or if data resolution failed |
Implements PolicyUtils.GeneralExpansionHandler.
| String pc2str | ( | Principal | pc | ) | [private] |
DefaultPolicyScanner.GrantEntry ge [private] |