t
);
return;
}
SimpleSecurityToken token = generateSecurityToken(req, userId, userId);
if (this.logger.isLoggable(Level.FINEST)) {
// Rope this off with an isLoggable so we don't do the work of token.toString() all the time
this.logger.finest("SecurityTokenServlet - encoding values: " + token); //$NON-NLS-1$
}
String tokenString = this.codec.encodeToken(token);