Package | Description |
---|---|
org.apache.sshd.server.auth.keyboard |
Modifier and Type | Method and Description |
---|---|
InteractiveChallenge |
InteractiveChallenge.clone() |
InteractiveChallenge |
KeyboardInteractiveAuthenticator.generateChallenge(ServerSession session,
java.lang.String username,
java.lang.String lang,
java.lang.String subMethods)
Generates the interactive "challenge" to send to the client
|
InteractiveChallenge |
DefaultKeyboardInteractiveAuthenticator.generateChallenge(ServerSession session,
java.lang.String username,
java.lang.String lang,
java.lang.String subMethods) |