Searched defs:SAMLClient (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLClient.java25 * $Id: SAMLClient.java,v 1.6 2008/08/19 19:11:11 veiming Exp $
53 * The class <code>SAMLClient</code> provides interfaces
59 public class SAMLClient { class
76 SAMLUtils.debug.error("SAMLClient:Input parameter is null.");
82 SAMLUtils.debug.error("SAMLClient:illegal naming service name.");
92 SAMLUtils.debug.error("SAMLClient:SSOToken is null.");
97 SAMLUtils.debug.error("SAMLClient:Session is invalid.");
102 SAMLUtils.debug.error("SAMLClient", se);
103 throw new SAMLException("SAMLClient:doSSO:" + se.getMessage());
113 SAMLUtils.debug.error("SAMLClient", u
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DSAMLClient.java25 * $Id: SAMLClient.java,v 1.6 2008/08/19 19:11:11 veiming Exp $
53 * The class <code>SAMLClient</code> provides interfaces
59 public class SAMLClient { class
76 SAMLUtils.debug.error("SAMLClient:Input parameter is null.");
82 SAMLUtils.debug.error("SAMLClient:illegal naming service name.");
92 SAMLUtils.debug.error("SAMLClient:SSOToken is null.");
97 SAMLUtils.debug.error("SAMLClient:Session is invalid.");
102 SAMLUtils.debug.error("SAMLClient", se);
103 throw new SAMLException("SAMLClient:doSSO:" + se.getMessage());
113 SAMLUtils.debug.error("SAMLClient", u
[all...]

Completed in 20 milliseconds