org.apache.sshd.server.pam
Class PAMPasswordAuthenticator
java.lang.Object
org.apache.sshd.server.pam.PAMPasswordAuthenticator
- All Implemented Interfaces:
- PasswordAuthenticator
public class PAMPasswordAuthenticator
- extends java.lang.Object
- implements PasswordAuthenticator
A password authenticator using PAM (Pluggable Authentication Module).
Such an authenticator can be used to integrate into an Unix operating
system.
- Author:
- Apache MINA SSHD Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAMPasswordAuthenticator
public PAMPasswordAuthenticator()
getService
public java.lang.String getService()
setService
public void setService(java.lang.String service)
authenticate
public boolean authenticate(java.lang.String username,
java.lang.String password,
ServerSession session)
- Specified by:
authenticate in interface PasswordAuthenticator
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.