Uses of Interface
org.apache.cayenne.configuration.PasswordEncoding
-
Uses of PasswordEncoding in org.apache.cayenne.configuration
Modifier and TypeClassDescriptionclass
The plain text password encoder passes the text of the database password straight-through without any alteration.class
The ROT-13 password encoder passes the text of the database password through a simple Caesar cipher to obscure the password text.class
The ROT-47 password encoder passes the text of the database password through a simple Caesar cipher to obscure the password text. -
Uses of PasswordEncoding in org.apache.cayenne.conn
Modifier and TypeMethodDescriptionDataSourceInfo.getPasswordEncoder()
Deprecated.since 4.0 as class loading should not happen here.