You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by GitBox <gi...@apache.org> on 2019/02/12 14:23:47 UTC

[GitHub] thefourtheye commented on a change in pull request #91: [SSHD-894] Fix Race condition when doing async auth.

thefourtheye commented on a change in pull request #91: [SSHD-894] Fix Race condition when doing async auth.
URL: https://github.com/apache/mina-sshd/pull/91#discussion_r255970129
 
 

 ##########
 File path: sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java
 ##########
 @@ -61,4 +63,27 @@
      * @return The current number of live <code>SshSession</code> objects associated with the user
      */
     int getActiveSessionCountForUser(String userName);
+
+    /**
+     * <UL>
+     *      <P><LI>
+     *      Marks the session as authenticated.
+     *      </LI></P>
+     *
+     *      <P><LI>
+     *      Starts the specified service.
+     *      </LI></P>
+     *
+     *      <P><LI>
+     *      Sends the {@code SSH_MSG_USERAUTH_SUCCESS} message.
+     *      </LI></P>
+     * </UL
 
 Review comment:
   Nit: Closing tag is not proper.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services