Apache Tomcat 7.0.54

org.apache.tomcat.jni
Interface PasswordCallback


public interface PasswordCallback

PasswordCallback Interface

Author:
Mladen Turk

Method Summary
 String callback(String prompt)
          Called when the password is required
 

Method Detail

callback

String callback(String prompt)
Called when the password is required

Parameters:
prompt - Password prompt
Returns:
Valid password or null

Apache Tomcat 7.0.54

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.