Searched refs:AuthenticationQuery (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAuthenticationQuery.java25 * $Id: AuthenticationQuery.java,v 1.2 2008/06/25 05:47:36 qcheng Exp $
54 public class AuthenticationQuery extends SubjectQuery { class in inherits:SubjectQuery
61 protected AuthenticationQuery() { method in class:AuthenticationQuery
72 public AuthenticationQuery(Element element) throws SAMLException { method in class:AuthenticationQuery
75 SAMLUtils.debug.message("AuthenticationQuery: null input.");
80 // check if it's an AuthenticationQuery
81 boolean valid = SAMLUtils.checkQuery(element, "AuthenticationQuery");
83 SAMLUtils.debug.message("AuthenticationQuery: Wrong input.");
103 SAMLUtils.debug.message("AuthenticationQuery: "
112 SAMLUtils.debug.message("AuthenticationQuery
141 public AuthenticationQuery(Subject subject, method in class:AuthenticationQuery
159 public AuthenticationQuery(Subject subject) throws SAMLException { method in class:AuthenticationQuery
[all...]
H A DRequest.java180 * <code>AuthenticationQuery</code>,
278 if (temp instanceof AuthenticationQuery) {
285 + " one AuthenticationQuery.");
291 query = (AuthenticationQuery) temp;
392 if (query instanceof AuthenticationQuery) {
420 * <code>AuthenticationQuery</code>,
565 } else if (nodeName.equals("AuthenticationQuery")) {
570 + "contain only one AuthenticationQuery.");
576 query = new AuthenticationQuery((Element) child);
733 * such as AuthenticationQuery, AttributeQeur
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAuthenticationQuery.java25 * $Id: AuthenticationQuery.java,v 1.2 2008/06/25 05:47:36 qcheng Exp $
54 public class AuthenticationQuery extends SubjectQuery { class in inherits:SubjectQuery
61 protected AuthenticationQuery() { method in class:AuthenticationQuery
72 public AuthenticationQuery(Element element) throws SAMLException { method in class:AuthenticationQuery
75 SAMLUtils.debug.message("AuthenticationQuery: null input.");
80 // check if it's an AuthenticationQuery
81 boolean valid = SAMLUtils.checkQuery(element, "AuthenticationQuery");
83 SAMLUtils.debug.message("AuthenticationQuery: Wrong input.");
103 SAMLUtils.debug.message("AuthenticationQuery: "
112 SAMLUtils.debug.message("AuthenticationQuery
141 public AuthenticationQuery(Subject subject, method in class:AuthenticationQuery
159 public AuthenticationQuery(Subject subject) throws SAMLException { method in class:AuthenticationQuery
[all...]
H A DRequest.java183 * <code>AuthenticationQuery</code>,
281 if (temp instanceof AuthenticationQuery) {
288 + " one AuthenticationQuery.");
294 query = (AuthenticationQuery) temp;
395 if (query instanceof AuthenticationQuery) {
423 * <code>AuthenticationQuery</code>,
568 } else if (nodeName.equals("AuthenticationQuery")) {
573 + "contain only one AuthenticationQuery.");
579 query = new AuthenticationQuery((Element) child);
736 * such as AuthenticationQuery, AttributeQeur
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSRequest.java54 import com.sun.identity.saml.protocol.AuthenticationQuery;
117 * @param query <code>AuthenticationQuery</code> to be included in
138 * <code>AuthenticationQuery</code>,
299 } else if (nodeName.equals("AuthenticationQuery")) {
304 + "contain only one AuthenticationQuery.");
310 query = new AuthenticationQuery((Element) child);
500 * supported query, such as <code>AuthenticationQuery</code>,
522 + " contain only one AuthenticationQuery.");
528 query = new AuthenticationQuery((Element) child);
693 xml.append(((AuthenticationQuery)quer
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSRequest.java54 import com.sun.identity.saml.protocol.AuthenticationQuery;
117 * @param query <code>AuthenticationQuery</code> to be included in
138 * <code>AuthenticationQuery</code>,
299 } else if (nodeName.equals("AuthenticationQuery")) {
304 + "contain only one AuthenticationQuery.");
310 query = new AuthenticationQuery((Element) child);
500 * supported query, such as <code>AuthenticationQuery</code>,
522 + " contain only one AuthenticationQuery.");
528 query = new AuthenticationQuery((Element) child);
693 xml.append(((AuthenticationQuery)quer
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java1243 result = getAuthenticationAssertion((AuthenticationQuery)query,
1489 * Gets assertion created from an AuthenticationQuery.
1490 * @param query An AuthenticationQuery.
1496 AuthenticationQuery query, String destID) throws SAMLException
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java1245 result = getAuthenticationAssertion((AuthenticationQuery)query,
1491 * Gets assertion created from an AuthenticationQuery.
1492 * @param query An AuthenticationQuery.
1498 AuthenticationQuery query, String destID) throws SAMLException

Completed in 149 milliseconds