Searched refs:AuthnQuery (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnQuery.java25 * $Id: AuthnQuery.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
56 public interface AuthnQuery extends SubjectQueryAbstract { interface in inherits:SubjectQueryAbstract
H A DProtocolFactory.java202 * Returns the <code>AuthnQuery</code> Object.
204 * @return the <code>AuthnQuery</code> object.
205 * @throws SAML2Exception if <code>AuthnQuery</code> cannot be created.
207 public AuthnQuery createAuthnQuery() throws SAML2Exception {
213 return (AuthnQuery) obj;
218 * Returns the <code>AuthnQuery</code> Object.
220 * @param value the Document Element of <code>AuthnQuery</code> object.
221 * @return the <code>AuthnQuery</code> object.
222 * @throws SAML2Exception if <code>AuthnQuery</code> cannot be created.
225 public AuthnQuery createAuthnQuer
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnQuery.java25 * $Id: AuthnQuery.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
61 public interface AuthnQuery extends SubjectQueryAbstract { interface in inherits:SubjectQueryAbstract
H A DProtocolFactory.java202 * Returns the <code>AuthnQuery</code> Object.
204 * @return the <code>AuthnQuery</code> object.
205 * @throws SAML2Exception if <code>AuthnQuery</code> cannot be created.
207 public AuthnQuery createAuthnQuery() throws SAML2Exception {
213 return (AuthnQuery) obj;
218 * Returns the <code>AuthnQuery</code> Object.
220 * @param value the Document Element of <code>AuthnQuery</code> object.
221 * @return the <code>AuthnQuery</code> object.
222 * @throws SAML2Exception if <code>AuthnQuery</code> cannot be created.
225 public AuthnQuery createAuthnQuer
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnQueryImpl.java41 import com.sun.identity.saml2.protocol.AuthnQuery;
47 implements AuthnQuery {
53 * Constructor to create <code>AuthnQuery</code> Object .
61 * Constructor to create <code>AuthnQuery</code> Object.
64 * @throws SAML2Exception if error creating <code>AuthnQuery</code>
76 * Constructor to create <code>AuthnQuery</code> Object.
79 * @throws SAML2Exception if error creating <code>AuthnQuery</code>
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DAuthnQueryServiceSOAP.java53 import com.sun.identity.saml2.protocol.AuthnQuery;
82 AuthnQuery authnQuery = null;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnQueryImpl.java41 import com.sun.identity.saml2.protocol.AuthnQuery;
47 implements AuthnQuery {
53 * Constructor to create <code>AuthnQuery</code> Object .
61 * Constructor to create <code>AuthnQuery</code> Object.
64 * @throws SAML2Exception if error creating <code>AuthnQuery</code>
76 * Constructor to create <code>AuthnQuery</code> Object.
79 * @throws SAML2Exception if error creating <code>AuthnQuery</code>
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DAuthnQueryServiceSOAP.java53 import com.sun.identity.saml2.protocol.AuthnQuery;
82 AuthnQuery authnQuery = null;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnQueryUtil.java70 import com.sun.identity.saml2.protocol.AuthnQuery;
78 * This class provides methods to send or process <code>AuthnQuery</code>.
92 * This method sends the <code>AuthnQuery</code> to specifiied
96 * @param authnQuery the <code>AuthnQuery</code> object
106 public static Response sendAuthnQuery(AuthnQuery authnQuery,
158 * This method processes the <code>AuthnQuery</code> coming
161 * @param authnQuery the <code>AuthnQuery</code> object
170 public static Response processAuthnQuery(AuthnQuery authnQuery,
348 private static void signAuthnQuery(AuthnQuery authnQuery, String realm,
372 private static void verifyAuthnQuery(AuthnQuery authnQuer
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnQueryUtil.java72 import com.sun.identity.saml2.protocol.AuthnQuery;
80 * This class provides methods to send or process <code>AuthnQuery</code>.
94 * This method sends the <code>AuthnQuery</code> to specifiied
98 * @param authnQuery the <code>AuthnQuery</code> object
108 public static Response sendAuthnQuery(AuthnQuery authnQuery,
160 * This method processes the <code>AuthnQuery</code> coming
163 * @param authnQuery the <code>AuthnQuery</code> object
172 public static Response processAuthnQuery(AuthnQuery authnQuery,
350 private static void signAuthnQuery(AuthnQuery authnQuery, String realm,
374 private static void verifyAuthnQuery(AuthnQuery authnQuer
[all...]

Completed in 37 milliseconds