org.apache.maven.wagon.providers.ssh.interactive
Interface InteractiveUserInfo

All Known Implementing Classes:
ConsoleInteractiveUserInfo, NullInteractiveUserInfo

public interface InteractiveUserInfo

Interactive part for UserInfo

Since:
Sep 12, 2005
Author:
Juan F. Codagnone
See Also:
UserInfo

Field Summary
static String ROLE
           
 
Method Summary
 String promptPassphrase(String message)
           
 String promptPassword(String message)
           
 boolean promptYesNo(String message)
           
 void showMessage(String message)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

promptYesNo

boolean promptYesNo(String message)

showMessage

void showMessage(String message)

promptPassword

String promptPassword(String message)

promptPassphrase

String promptPassphrase(String message)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.