On 3/29/2011 2:05 PM, ma...@apache.org wrote:
+     * @param certs The gssContext processed by the {@link Authenticator}.
+     */
+    public Principal authenticate(GSSContext gssContext);
+
+
we can continue to add methods and changing the interface, or we can do what 
most other systems do

public Principal authenticate(Object auth);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to