fix jdoc param warn

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1054977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2011-01-04 11:35:11 +00:00
parent bd49b5250a
commit 72cd4ec09e
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ public abstract class CertificateLoginModule implements LoginModule {
* name returned will be used to look up access levels as well as group
* associations.
*
* @param dn The distinguished name.
* @param certs The distinguished name.
* @return The unique name if the certificate is recognized, null otherwise.
*/
protected abstract String getUserNameForCertificates(final X509Certificate[] certs) throws LoginException;