Uses of Class
org.apache.sshd.server.auth.keyboard.PromptEntry
-
Packages that use PromptEntry Package Description org.apache.sshd.server.auth.keyboard -
-
Uses of PromptEntry in org.apache.sshd.server.auth.keyboard
Fields in org.apache.sshd.server.auth.keyboard with type parameters of type PromptEntry Modifier and Type Field Description private java.util.List<PromptEntry>
InteractiveChallenge. prompts
Methods in org.apache.sshd.server.auth.keyboard that return PromptEntry Modifier and Type Method Description PromptEntry
PromptEntry. clone()
Methods in org.apache.sshd.server.auth.keyboard that return types with arguments of type PromptEntry Modifier and Type Method Description java.util.List<PromptEntry>
InteractiveChallenge. getPrompts()
Methods in org.apache.sshd.server.auth.keyboard with parameters of type PromptEntry Modifier and Type Method Description void
InteractiveChallenge. addPrompt(PromptEntry entry)
Method parameters in org.apache.sshd.server.auth.keyboard with type arguments of type PromptEntry Modifier and Type Method Description void
InteractiveChallenge. setPrompts(java.util.Collection<? extends PromptEntry> prompts)
-