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

Packages that use PasswordEncoding
org.apache.cayenne.configuration   
org.apache.cayenne.conn Provides full DataSource implementation. 
 

Uses of PasswordEncoding in org.apache.cayenne.configuration
 

Classes in org.apache.cayenne.configuration 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-2012 Apache Cayenne. All Rights Reserved.