Package org.apache.tomcat.jni
Interface PasswordCallback
-
public interface PasswordCallback
PasswordCallback Interface- Author:
- Mladen Turk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
callback(java.lang.String prompt)
Called when the password is required
-