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