| Classes in org.apache.cayenne.conf that implement PasswordEncoding | 
|  class | PlainTextPasswordEncoderThe plain text password encoder passes the text of the database password
 straight-through without any alteration.
 | 
|  class | Rot13PasswordEncoderThe ROT-13 password encoder passes the text of the database password
 through a simple Caesar cipher to obscure the password text.
 | 
|  class | Rot47PasswordEncoderThe ROT-47 password encoder passes the text of the database password
 through a simple Caesar cipher to obscure the password text.
 |