Uses of Class
org.apache.sshd.server.session.ServerSession

Packages that use ServerSession
org.apache.sshd.agent   
org.apache.sshd.server   
org.apache.sshd.server.auth   
org.apache.sshd.server.auth.gss   
org.apache.sshd.server.jaas   
org.apache.sshd.server.pam   
org.apache.sshd.server.session   
org.apache.sshd.server.sftp   
org.apache.sshd.server.x11   
 

Uses of ServerSession in org.apache.sshd.agent
 

Constructors in org.apache.sshd.agent with parameters of type ServerSession
AgentForwardSupport(ServerSession session)
           
 

Uses of ServerSession in org.apache.sshd.server
 

Methods in org.apache.sshd.server with parameters of type ServerSession
 Boolean UserAuth.auth(ServerSession session, String username, Buffer buffer)
          Try to authenticate the user.
 boolean PublickeyAuthenticator.authenticate(String username, PublicKey key, ServerSession session)
          Check the validity of a public key.
 boolean PasswordAuthenticator.authenticate(String username, String password, ServerSession session)
          Check the validity of a password.
 boolean ForwardingFilter.canConnect(InetSocketAddress address, ServerSession session)
          Determine if the session may create an outbound connection.
 boolean ForwardingFilter.canForwardAgent(ServerSession session)
          Determine if the session may arrange for agent forwarding.
 boolean ForwardingFilter.canForwardX11(ServerSession session)
          Determine if the session may arrange for X11 forwarding.
 boolean ForwardingFilter.canListen(InetSocketAddress address, ServerSession session)
          Determine if the session may listen for inbound connections.
 Boolean HandshakingUserAuth.next(ServerSession session, SshConstants.Message msg, Buffer buffer)
          Handle another step in the authentication process.
 void SessionAware.setSession(ServerSession session)
          Set the server session in which this shell will be executed.
 

Uses of ServerSession in org.apache.sshd.server.auth
 

Methods in org.apache.sshd.server.auth with parameters of type ServerSession
 Boolean UserAuthPassword.auth(ServerSession session, String username, Buffer buffer)
           
 Boolean UserAuthNone.auth(ServerSession session, String username, Buffer buffer)
           
 Boolean UserAuthPublicKey.auth(ServerSession session, String username, Buffer buffer)
           
 

Uses of ServerSession in org.apache.sshd.server.auth.gss
 

Methods in org.apache.sshd.server.auth.gss with parameters of type ServerSession
 Boolean UserAuthGSS.auth(ServerSession sess, String user, Buffer buff)
          Handle the first authentication step.
 Boolean UserAuthGSS.next(ServerSession session, SshConstants.Message msg, Buffer buffer)
          Handle another step in the authentication process.
 boolean GSSAuthenticator.validateIdentity(ServerSession session, String identity)
          Validate the source identity obtained from the context after negotiation is complete.
 boolean GSSAuthenticator.validateInitialUser(ServerSession session, String user)
          Validate the user name passed in the initial SSH_MSG_USERAUTH_REQUEST message.
 

Uses of ServerSession in org.apache.sshd.server.jaas
 

Methods in org.apache.sshd.server.jaas with parameters of type ServerSession
 boolean JaasPasswordAuthenticator.authenticate(String username, String password, ServerSession session)
           
 

Uses of ServerSession in org.apache.sshd.server.pam
 

Methods in org.apache.sshd.server.pam with parameters of type ServerSession
 boolean PAMPasswordAuthenticator.authenticate(String username, String password, ServerSession session)
           
 

Uses of ServerSession in org.apache.sshd.server.session
 

Constructors in org.apache.sshd.server.session with parameters of type ServerSession
TcpipForwardSupport(ServerSession session)
           
 

Uses of ServerSession in org.apache.sshd.server.sftp
 

Methods in org.apache.sshd.server.sftp with parameters of type ServerSession
 void SftpSubsystem.setSession(ServerSession session)
           
 

Uses of ServerSession in org.apache.sshd.server.x11
 

Constructors in org.apache.sshd.server.x11 with parameters of type ServerSession
X11ForwardSupport(ServerSession session)
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.