NIHVIVO-151 Logout will store a confirmation message in the session, using DisplayMessage.

This commit is contained in:
jeb228 2010-11-15 16:21:48 +00:00
parent a08706c212
commit 46d4332ba3
5 changed files with 132 additions and 31 deletions

View file

@ -169,4 +169,10 @@ public class AuthenticatorStub extends Authenticator {
// Un-implemented methods
// ----------------------------------------------------------------------
@Override
public void recordUserIsLoggedOut() {
throw new RuntimeException(
"AuthenticatorStub.recordUserIsLoggedOut() not implemented.");
}
}