All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----semper.access.Capability
|
+----semper.access.PassWordCapability
Implementation of the password capability. Password capabilities are always disabled each time they have been used. For each new use they are enabled if the user enters the appropriate password.
public PassWordCapability(String name,
String desc,
String crypt)
When a capability of this type is created, its password are obtained from the preference manager, group: Capability-passwords, field: the name of this capability. The password parameters specified are used to create and initialize the preference group in case it does not exist.
public final String getPassword()
public String getInfo()
Useful for logging.
public final boolean verify()
Prompt user for a password and return true if this password match the password associated with the capability.
All Packages Class Hierarchy This Package Previous Next Index