} else if (opName.equals("logout")) {
return true;
}
}
CarbonServerAuthenticator authenticator = AuthenticatorServerRegistry
.getCarbonAuthenticator(msgContext);
boolean isAuthenticated = authenticator.isAuthenticated(msgContext);
if (!isAuthenticated) {
isAuthenticated = authenticator.authenticateWithRememberMe(msgContext);
}
if (!isAuthenticated) {
SimpleDateFormat date = new SimpleDateFormat("'['yyyy-MM-dd HH:mm:ss,SSSS']'");
session.invalidate();