| Package | Description | 
|---|---|
| org.apache.cayenne.configuration | |
| org.apache.cayenne.conn | 
| Modifier and Type | Class and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| PasswordEncoding | DataSourceInfo. getPasswordEncoder()Deprecated. 
 since 4.0 as class loading should not happen here. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.