com.jcraft.jsch
Class UserAuthGSSAPIWithMIC

java.lang.Object
  extended by com.jcraft.jsch.UserAuth
      extended by com.jcraft.jsch.UserAuthGSSAPIWithMIC

public class UserAuthGSSAPIWithMIC
extends UserAuth


Field Summary
 
Fields inherited from class com.jcraft.jsch.UserAuth
buf, packet, SSH_MSG_USERAUTH_BANNER, SSH_MSG_USERAUTH_FAILURE, SSH_MSG_USERAUTH_INFO_REQUEST, SSH_MSG_USERAUTH_INFO_RESPONSE, SSH_MSG_USERAUTH_PK_OK, SSH_MSG_USERAUTH_REQUEST, SSH_MSG_USERAUTH_SUCCESS, userinfo, username
 
Constructor Summary
UserAuthGSSAPIWithMIC()
           
 
Method Summary
 boolean start(Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAuthGSSAPIWithMIC

public UserAuthGSSAPIWithMIC()
Method Detail

start

public boolean start(Session session)
              throws java.lang.Exception
Overrides:
start in class UserAuth
Throws:
java.lang.Exception