Class InteractiveChallenge
java.lang.Object
org.apache.sshd.server.auth.keyboard.InteractiveChallenge
- All Implemented Interfaces:
Cloneable
Represents a server "challenge" as per RFC-4256
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
private List<PromptEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addPrompt
(PromptEntry entry) <B extends Buffer>
Bappend
(B buffer) void
clone()
void
setInteractionInstruction
(String interactionInstruction) void
setInteractionName
(String interactionName) void
setLanguageTag
(String languageTag) void
setPrompts
(Collection<? extends PromptEntry> prompts) toString()
-
Field Details
-
interactionName
-
interactionInstruction
-
languageTag
-
prompts
-
-
Constructor Details
-
InteractiveChallenge
public InteractiveChallenge()
-
-
Method Details