NIHVIVO-151 Logout will store a confirmation message in the session, using DisplayMessage.
This commit is contained in:
parent
a08706c212
commit
46d4332ba3
5 changed files with 132 additions and 31 deletions
|
@ -169,4 +169,10 @@ public class AuthenticatorStub extends Authenticator {
|
|||
// Un-implemented methods
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public void recordUserIsLoggedOut() {
|
||||
throw new RuntimeException(
|
||||
"AuthenticatorStub.recordUserIsLoggedOut() not implemented.");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue