Uses of Interface
com.maverick.sshd.AccessManager

Packages that use AccessManager
com.maverick.sshd This package contains the base implementation of the SSH server. 
 

Uses of AccessManager in com.maverick.sshd
 

Classes in com.maverick.sshd that implement AccessManager
 class AccessManagerAdapter
          An adapter for AccessManager
 

Methods in com.maverick.sshd that return AccessManager
 AccessManager SshContext.getAccessManager()
          Get the current AccessManager for this configuration.
 

Methods in com.maverick.sshd with parameters of type AccessManager
 void SshContext.setAccessManager(AccessManager accessManager)
          If you want to control access to individual SSH features then add an instance of the AccessManager here.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.