本文章继续上一篇实现WebApp的授权 5. 实现XMLPolicyFile类。 public class XMLPolicyFile extends Policy implements JAASConstants { private Document doc = null; //priv……
JAAS参考资料中流行的文章是扩展JAAS实现类实例级授权 但它是基于JDK1.3,与目前的JDK1.4,JDK1.5不兼容,例如其中的配置如下: The following assumes you are using JDK 1.3 and th……