JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
Apache Tomcat
®
9.0.104
org.apache.tomcat.jni
PasswordCallback
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
callback(String)
Interface PasswordCallback
@Deprecated
public interface
PasswordCallback
Deprecated.
Unused. Will be removed in Tomcat 9.1 an has been removed in Tomcat 10.1.
PasswordCallback Interface
Author:
Mladen Turk
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
String
callback
(
String
prompt)
Deprecated.
Called when the password is required
Method Details
callback
String
callback
(
String
prompt)
Deprecated.
Called when the password is required
Parameters:
prompt
- Password prompt
Returns:
Valid password or null