← Prev in month
← Prev in thread
Next in thread →
Next in month →
[saml-dev] public SSOToken basicStatus
Is anyone
familiar with this error:
public SSOToken basicStatus(HttpServletRequest req)
{
SSOToken t = null;
try {
SSOTokenManager tm = SSOTokenManager.getInstance();
t = tm.createSSOToken(req);
} catch (Exception e) {
Utils.debug.error("Error during token creation:
"+e.getMessage());
}
return t;
}
--
Daniel E. Turissini,
CEO, Operational Research Consultants, Inc.
11250 Waples Mill Road, South Tower, Suite 210,
Fairfax, Virginia 22030
703-246-8550
:: View the ORC/ FiXs Presentation
[http://tinyurl.com/p6rs52] from AFCEA LandWarNet 2009 ::
The information transmitted in this e-mail is for
the exclusive use of the person or entity to which it is
addressed and may contain legally privileged or confidential
information. If you are not the intended recipient of this
e-mail, you are prohibited from reading, printing, duplicating,
disseminating or otherwise using or acting in reliance upon this
information. If you have received this information in error,
please notify the sender at Operational Research Consultants,
Inc. immediately, delete this information from your computer and
destroy all copies of the information.
← Prev in month
← Prev in thread
Next in thread →
Next in month →