move and rename password encoding classes.

change saltSource arument to salt argument, which impl may or may not use.
This commit is contained in:
Colin Sampaleanu
2004-04-16 03:44:04 +00:00
parent 5d9d734735
commit 3d089aaa67
13 changed files with 415 additions and 70 deletions

View File

@@ -30,7 +30,7 @@ import java.util.Map;
/**
* Demonstrates accessing the {@link ContactManager} via remoting protocols.
*
*
* <P>
* Based on Spring's JPetStore sample, written by Juergen Hoeller.
* </p>