Realm interface

2004-03-05 Thread Florent BENOIT
Hi, Realm interface provide methods for authorization like : UserDataPermission (hasUserDataPermission() method) , WebResourcePermission (hasResourcePermission() method) and the last method is hasRole() method. I'm working on an implementation of a realm which use JACC for the authorization

Re: Realm interface

2004-03-05 Thread ax
This account does not exist - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Realm interface

2004-03-05 Thread Shapira, Yoav
Hi, But hasRole(Principal principal, String role) method contains only the principal and the role. I have two questions : Is that tomcat Realm interface will evolve to add an argument to hasRole() method in order to know the current servlet-name ? I think that Remy will answer me