public class PasswordHandler
extends org.apache.tools.ant.input.SecureInputHandler
| Constructor and Description |
|---|
PasswordHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleInput(org.apache.tools.ant.input.InputRequest arg0) |
private boolean |
passwordSavesOK(String password)
Spool the file to a
PropertiesWithComments, read it in again as a Properties and check
for equivalence. |
private boolean passwordSavesOK(@Nonnull@NotEmpty String password)
PropertiesWithComments, read it in again as a Properties and check
for equivalence.password - what to look atpublic void handleInput(org.apache.tools.ant.input.InputRequest arg0)
handleInput in interface org.apache.tools.ant.input.InputHandlerhandleInput in class org.apache.tools.ant.input.SecureInputHandlerCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.