This interface needs to be implemented by all credentials classes that
are allowed to be remembered.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3643 $ since: 1.0
Method Summary
public boolean
getRemember() Indicates whether the submitted credentials should be remembered.
public void
setRemember(boolean rememberMe) Sets whether the submitted credentials should be remembered.
Sets whether the submitted credentials should be remembered.
Parameters: rememberMe - true if the submitted credentials shouldbe remembered; or false otherwise since: 1.0