| JCEEncryptor |
TopLink reference implementation for password encryption.
|
| PrivilegedAccessHelper |
INTERNAL:
Privileged Access Helper provides a utility so all calls that require privileged access can use the same code
For users that wish to use a security manager and disable the use of doPrivileged, users can
set one of two system flags (through the java -Dxxxxx option):
oracle.j2ee.toplink.security.usedoprivileged=false
oracle.j2ee.security.usedoprivileged=false
|
| PrivilegedClassForName |
|
| PrivilegedGetClassLoaderForClass |
|
| PrivilegedGetConstructorFor |
|
| PrivilegedGetContextClassLoader |
|
| PrivilegedGetDeclaredConstructorFor |
|
| PrivilegedGetDeclaredField |
|
| PrivilegedGetDeclaredFields |
|
| PrivilegedGetDeclaredMethod |
|
| PrivilegedGetDeclaredMethods |
|
| PrivilegedGetField |
|
| PrivilegedGetFieldType |
|
| PrivilegedGetMethod |
|
| PrivilegedGetMethodParameterTypes |
|
| PrivilegedGetMethodReturnType |
|
| PrivilegedGetMethods |
|
| PrivilegedGetValueFromField |
|
| PrivilegedInvokeConstructor |
|
| PrivilegedMethodInvoker |
|
| PrivilegedNewInstanceFromClass |
|
| PrivilegedSetValueInField |
|
| SecurableObjectHolder |
Holder of a SecurableObject.
|