mirror of https://github.com/apache/openjpa.git
OPENJPA-1510: Typographical changes to Encryption Provider section.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@924002 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db7390af62
commit
6bc5ff8d3c
|
@ -22,25 +22,27 @@
|
||||||
Encryption Provider
|
Encryption Provider
|
||||||
</title>
|
</title>
|
||||||
<para>
|
<para>
|
||||||
OpenJPA provides an interface for a provider to implement to allow
|
OpenJPA provides an interface for a provider to implement
|
||||||
connection passwords to be encrypted. Whenever a connection password
|
connection password encryption. Whenever a connection password
|
||||||
is needed, the decrypt(String) method will be invoked. See
|
is needed, the <methodname>decrypt(String)</methodname> method will be invoked. See
|
||||||
<ulink url="../javadoc/org/apache/openjpa/lib/encryption/EncryptionProvider.html">
|
<ulink url="../javadoc/org/apache/openjpa/lib/encryption/EncryptionProvider.html">
|
||||||
<classname>org.apache.openjpa.lib.encryption.EncryptionProvider</classname>
|
<classname>org.apache.openjpa.lib.encryption.EncryptionProvider</classname>
|
||||||
</ulink> for the detailed javadoc.
|
</ulink> for the detailed Javadoc.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Notes:
|
Notes:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
It is an OpenJPA users responsibility to implement the EncryptionProvider
|
It is an OpenJPA user responsibility to implement the
|
||||||
interface. There is not a default implementation.
|
<classname>EncryptionProvider</classname>
|
||||||
|
interface. There is no default implementation.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The interface has an encrypt(String) method, but it is not called by the OpenJPA runtime.
|
The interface has an <methodname>encrypt(String)</methodname> method,
|
||||||
|
but it is not called by the OpenJPA runtime.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
Loading…
Reference in New Issue