|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.server.auth.UserAuthPassword
public class UserAuthPassword
TODO Add javadoc
| Nested Class Summary | |
|---|---|
static class |
UserAuthPassword.Factory
|
| Constructor Summary | |
|---|---|
UserAuthPassword()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
auth(ServerSession session,
java.lang.String username,
Buffer buffer)
Try to authenticate the user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserAuthPassword()
| Method Detail |
|---|
public java.lang.Boolean auth(ServerSession session,
java.lang.String username,
Buffer buffer)
throws java.lang.Exception
UserAuth
auth in interface UserAuthsession - the current ssh sessionusername - the user trying to log inbuffer - the request buffer containing parameters specific to this request
true if the authentication succeeded, false if the authentication
is not finished yet
java.lang.Exception - if the authentication fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||