Uses of Interface
org.apache.cayenne.configuration.PasswordEncoding
Packages that use PasswordEncoding
-
Uses of PasswordEncoding in org.apache.cayenne.configuration
Classes in org.apache.cayenne.configuration that implement PasswordEncodingModifier 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
Methods in org.apache.cayenne.conn that return PasswordEncodingModifier and TypeMethodDescriptionDataSourceInfo.getPasswordEncoder()
Deprecated.since 4.0 as class loading should not happen here.