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
Methods in org.apache.sshd.server.auth.keyboard that return PromptEntry Modifier and Type Method Description PromptEntryPromptEntry. clone()Methods in org.apache.sshd.server.auth.keyboard that return types with arguments of type PromptEntry Modifier and Type Method Description List<PromptEntry>InteractiveChallenge. getPrompts()Methods in org.apache.sshd.server.auth.keyboard with parameters of type PromptEntry Modifier and Type Method Description voidInteractiveChallenge. addPrompt(PromptEntry entry)Method parameters in org.apache.sshd.server.auth.keyboard with type arguments of type PromptEntry Modifier and Type Method Description voidInteractiveChallenge. setPrompts(Collection<? extends PromptEntry> prompts)
-