Uses of Interface
org.apache.cayenne.conf.PasswordEncoding

Packages that use PasswordEncoding
org.apache.cayenne.conf Contains classes dealing with Cayenne configuration files. 
org.apache.cayenne.conn Provides full DataSource implementation. 
 

Uses of PasswordEncoding in org.apache.cayenne.conf
 

Classes in org.apache.cayenne.conf that implement PasswordEncoding
 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.
 

Uses of PasswordEncoding in org.apache.cayenne.conn
 

Methods in org.apache.cayenne.conn that return PasswordEncoding
 PasswordEncoding DataSourceInfo.getPasswordEncoder()
           
 



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.