All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----semper.access.Capability
|
+----semper.access.BoundedCapability
Implementation of the bounded capability template. Bounded capabilities are only enabled for a limited amount of time (their timeout), after which they can be enabled by the user without authentication.
public BoundedCapability(String name,
String desc,
int timeout)
When an instance of this capability is created, its timeout is obtained from the preference manager, group: Capability-timeouts and field: the name of this capability. The timeout parameter specified is used to create and initialize this preference in case it does not exist.
public String getInfo()
Useful for logging.
All Packages Class Hierarchy This Package Previous Next Index