* @see IdentityTrustManager#isTrusted()
*/
public TrustDecision isTrusted()
{
TrustDecision td = TrustDecision.NotApplicable;
IdentityTrustContext itc = new JBossIdentityTrustContext(securityContext);
try
{
td = itc.isTrusted();
}
catch (IdentityTrustException e)
{
log.trace("Trust Exception:",e);
}