-
Classes in org.apache.cayenne.configuration that implement PasswordEncoding
Modifier and Type |
Class |
Description |
class |
PlainTextPasswordEncoder |
The plain text password encoder passes the text of the database password
straight-through without any alteration.
|
class |
Rot13PasswordEncoder |
The ROT-13 password encoder passes the text of the database password through a simple
Caesar cipher to obscure the password text.
|
class |
Rot47PasswordEncoder |
The ROT-47 password encoder passes the text of the database password through a simple
Caesar cipher to obscure the password text.
|
-