/**
- * Return the Principal associated with the specified chain of X509
- * client certificates. If there is none, return <code>null</code>.
+ * Return the Principal associated with the specified {@link GSSContext}.
+ * If there is none, return <code>null</code>.
*
* @param gssContext The gssContext processed by the {@link Authenticator}.
* @param storeCreds Should the realm attempt to store the delegated
/**
- * Return the Principal associated with the specified {@link GSSContext}.
- * If there is none, return <code>null</code>.
+ * Return the Principal associated with the specified chain of X509
+ * client certificates. If there is none, return <code>null</code>.
*
- * @param gssContext Array of client certificates, with the first one in
+ * @param certs Array of client certificates, with the first one in
* the array being the certificate of the client itself.
*/
public Principal authenticate(X509Certificate certs[]);
General, Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Tribes,
Other
-->
+<section name="Tomcat 7.0.13 (markt)">
+ <subsection name="Catalina">
+ <changelog>
+ <fix>
+ Correct mix-up in Realm Javadoc. (markt)
+ </fix>
+ </changelog>
+ </subsection>
+</section>
<section name="Tomcat 7.0.12 (markt)">
<subsection name="Catalina">
<changelog>