| Interface representing a policy permission. This will be used by the
org.apache.jetspeed.security.impl.RdbmsPolicy to retrieve a permission
policy according to JAAS where permission are used in JAAS:
grant [SignedBy "signer_names"] [, CodeBase "URL"]
[, InternalPrincipal [principal_class_name] "principal_name"]
[, InternalPrincipal [principal_class_name] "principal_name"] ...
{
permission permission_class_name [ "target_name" ]
[, "action"] [, SignedBy "signer_names"];
permission ...
};
author: David Le Strat |