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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DStatusResponse.java25 * $Id: StatusResponse.java,v 1.2 2008/06/25 05:47:58 qcheng Exp $
73 public interface StatusResponse { interface
127 * Returns the signature element, the <code>StatusResponse</code> contains
129 * <code>StatusResponse</code> has no signature.
241 * Returns whether the <code>StatusResponse</code> is signed or not.
242 * @return true if the <code>StatusResponse</code> is signed
248 * Returns whether the signature on the <code>StatusResponse</code>
261 * Signs the <code>StatusResponse</code>.
268 * @throws SAML2Exception if it could not sign the StatusResponse.
274 * Returns the <code>StatusResponse</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DStatusResponse.java25 * $Id: StatusResponse.java,v 1.2 2008/06/25 05:47:58 qcheng Exp $
71 public interface StatusResponse { interface
125 * Returns the signature element, the <code>StatusResponse</code> contains
127 * <code>StatusResponse</code> has no signature.
239 * Returns whether the <code>StatusResponse</code> is signed or not.
240 * @return true if the <code>StatusResponse</code> is signed
246 * Returns whether the signature on the <code>StatusResponse</code>
259 * Signs the <code>StatusResponse</code>.
266 * @throws SAML2Exception if it could not sign the StatusResponse.
272 * Returns the <code>StatusResponse</cod
[all...]

Completed in 27 milliseconds