Searched defs:isValidPassword (Results 1 - 12 of 12) sorted by relevance

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java32 * The <code>isValidPassword()</code> method returns true if the specified password matches
41 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
178 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/
H A DUserAccount.java41 * The <code>isValidPassword()</code> method returns true if the specified password matches
50 * value is ignored, and the <code>isValidPassword()</code> method just returns <code<true</code>.
187 public boolean isValidPassword(String password) { method in class:UserAccount

Completed in 283 milliseconds