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