Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.platform » [javadoc | source]
com.sshtools.daemon.platform
abstract public class: NativeAuthenticationProvider [javadoc | source]
java.lang.Object
   com.sshtools.daemon.platform.NativeAuthenticationProvider
Method from com.sshtools.daemon.platform.NativeAuthenticationProvider Summary:
changePassword,   getHomeDirectory,   getInstance,   logoffUser,   logonUser,   logonUser,   setProvider
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.platform.NativeAuthenticationProvider Detail:
 abstract public boolean changePassword(String username,
    String oldpassword,
    String newpassword)
 abstract public String getHomeDirectory(String username) throws IOException
 public static NativeAuthenticationProvider getInstance() throws IOException 
 abstract public  void logoffUser() throws IOException
 abstract public boolean logonUser(String username) throws IOException
 abstract public boolean logonUser(String username,
    String password) throws IOException, PasswordChangeException
 public static  void setProvider(Class cls)