public class ProtectedPasswordUtil
extends java.lang.Object
KSIniFile. The KSIniFile stores the fully qualified class name
of the ProtectedPassword to use. This class then takes the class
name stored in the KSIniFile and loads it as a ProtectedPassword.| Constructor and Description |
|---|
ProtectedPasswordUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedPassword |
loadPassword(java.lang.String className)
This is the method that loads the specified class as a
ProtectedPassword.
|
public static ProtectedPassword loadPassword(java.lang.String className)
className - the fully qualified class name of an Object
that implements the ProtectedPassword interface/