mirror of https://github.com/apache/activemq.git
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:
parent
bd49b5250a
commit
72cd4ec09e
|
@ -159,7 +159,7 @@ public abstract class CertificateLoginModule implements LoginModule {
|
||||||
* name returned will be used to look up access levels as well as group
|
* name returned will be used to look up access levels as well as group
|
||||||
* associations.
|
* associations.
|
||||||
*
|
*
|
||||||
* @param dn The distinguished name.
|
* @param certs The distinguished name.
|
||||||
* @return The unique name if the certificate is recognized, null otherwise.
|
* @return The unique name if the certificate is recognized, null otherwise.
|
||||||
*/
|
*/
|
||||||
protected abstract String getUserNameForCertificates(final X509Certificate[] certs) throws LoginException;
|
protected abstract String getUserNameForCertificates(final X509Certificate[] certs) throws LoginException;
|
||||||
|
|
Loading…
Reference in New Issue