|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.server.auth.UserAuthNone
public class UserAuthNone
TODO Add javadoc
| Nested Class Summary | |
|---|---|
static class |
UserAuthNone.Factory
|
| Constructor Summary | |
|---|---|
UserAuthNone()
|
|
| 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 UserAuthNone()
| Method Detail |
|---|
public java.lang.Boolean auth(ServerSession session,
java.lang.String username,
Buffer buffer)
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||