On 3/29/2011 2:05 PM, [email protected] 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: [email protected] For additional commands, e-mail: [email protected]
