Searched refs:AttributeQuery (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DAttributeMapper.java34 import com.sun.identity.saml.protocol.AttributeQuery;
54 * @param query The received <code>AttributeQuery</code>.
57 public String getSSOTokenID(AttributeQuery query);
63 * @param query The received <code>AttributeQuery</code>.
66 public Assertion getSSOAssertion(AttributeQuery query);
71 * @param query The received <code>AttributeQuery</code>.
77 public List getAttributes(AttributeQuery query, String sourceID,
H A DDefaultAttributeMapper.java48 import com.sun.identity.saml.protocol.AttributeQuery;
78 * AttributeQuery. If it has only one ConfirmationMethod, and this
84 * @param query the <code>AttributeQuery</code> object.
87 public String getSSOTokenID(AttributeQuery query) {
106 * AttributeQuery. It returns the first Assertion that contains at least
111 public Assertion getSSOAssertion(AttributeQuery query) {
162 * @param query the <code>AttributeQuery</code> object.
167 public List getAttributes(AttributeQuery query, String sourceID,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DAttributeMapper.java34 import com.sun.identity.saml.protocol.AttributeQuery;
54 * @param query The received <code>AttributeQuery</code>.
57 public String getSSOTokenID(AttributeQuery query);
63 * @param query The received <code>AttributeQuery</code>.
66 public Assertion getSSOAssertion(AttributeQuery query);
71 * @param query The received <code>AttributeQuery</code>.
77 public List getAttributes(AttributeQuery query, String sourceID,
H A DDefaultAttributeMapper.java48 import com.sun.identity.saml.protocol.AttributeQuery;
78 * AttributeQuery. If it has only one ConfirmationMethod, and this
84 * @param query the <code>AttributeQuery</code> object.
87 public String getSSOTokenID(AttributeQuery query) {
106 * AttributeQuery. It returns the first Assertion that contains at least
111 public Assertion getSSOAssertion(AttributeQuery query) {
162 * @param query the <code>AttributeQuery</code> object.
167 public List getAttributes(AttributeQuery query, String sourceID,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DAttributeAuthorityMapper.java36 import com.sun.identity.saml2.protocol.AttributeQuery;
62 HttpServletResponse response, AttributeQuery attrQuery,
77 HttpServletResponse response, AttributeQuery attrQuery,
93 HttpServletResponse response, AttributeQuery attrQuery,
108 public List getAttributes(Object identity, AttributeQuery attrQuery,
H A DDefaultAttributeAuthorityMapper.java37 import com.sun.identity.saml2.protocol.AttributeQuery;
59 HttpServletResponse response, AttributeQuery attrQuery,
78 HttpServletResponse response, AttributeQuery attrQuery,
98 HttpServletResponse response, AttributeQuery attrQuery,
117 public List getAttributes(Object identity, AttributeQuery attrQuery,
H A DX509SubjectAttributeAuthorityMapper.java37 import com.sun.identity.saml2.protocol.AttributeQuery;
60 HttpServletResponse response, AttributeQuery attrQuery,
79 HttpServletResponse response, AttributeQuery attrQuery,
99 HttpServletResponse response, AttributeQuery attrQuery,
118 public List getAttributes(Object identity, AttributeQuery attrQuery,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DAttributeAuthorityMapper.java36 import com.sun.identity.saml2.protocol.AttributeQuery;
62 HttpServletResponse response, AttributeQuery attrQuery,
77 HttpServletResponse response, AttributeQuery attrQuery,
93 HttpServletResponse response, AttributeQuery attrQuery,
108 public List getAttributes(Object identity, AttributeQuery attrQuery,
H A DDefaultAttributeAuthorityMapper.java37 import com.sun.identity.saml2.protocol.AttributeQuery;
59 HttpServletResponse response, AttributeQuery attrQuery,
78 HttpServletResponse response, AttributeQuery attrQuery,
98 HttpServletResponse response, AttributeQuery attrQuery,
117 public List getAttributes(Object identity, AttributeQuery attrQuery,
H A DX509SubjectAttributeAuthorityMapper.java37 import com.sun.identity.saml2.protocol.AttributeQuery;
60 HttpServletResponse response, AttributeQuery attrQuery,
79 HttpServletResponse response, AttributeQuery attrQuery,
99 HttpServletResponse response, AttributeQuery attrQuery,
118 public List getAttributes(Object identity, AttributeQuery attrQuery,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAttributeQuery.java25 * $Id: AttributeQuery.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
55 public interface AttributeQuery extends SubjectQueryAbstract { interface in inherits:SubjectQueryAbstract
H A DProtocolFactory.java149 * Returns the <code>AttributeQuery</code> Object.
151 * @return the <code>AttributeQuery</code> object.
152 * @throws SAML2Exception if <code>AttributeQuery</code> cannot be created.
154 public AttributeQuery createAttributeQuery() throws SAML2Exception {
160 return (AttributeQuery) obj;
165 * Returns the <code>AttributeQuery</code> Object.
167 * @param value the Document Element of <code>AttributeQuery</code> object.
168 * @return the <code>AttributeQuery</code> object.
169 * @throws SAML2Exception if <code>AttributeQuery</code> cannot be created.
172 public AttributeQuery createAttributeQuer
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAttributeQuery.java25 * $Id: AttributeQuery.java,v 1.2 2008/06/25 05:47:56 qcheng Exp $
61 public interface AttributeQuery extends SubjectQueryAbstract { interface in inherits:SubjectQueryAbstract
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAttributeQuery.java25 * $Id: AttributeQuery.java,v 1.2 2008/06/25 05:47:36 qcheng Exp $
57 public class AttributeQuery extends SubjectQuery { class in inherits:SubjectQuery
69 protected AttributeQuery() { method in class:AttributeQuery
79 public AttributeQuery(Element element) throws SAMLException { method in class:AttributeQuery
82 SAMLUtils.debug.message("AttributeQuery(Element): null input.");
87 // make sure it's an AttributeQuery
88 boolean valid = SAMLUtils.checkQuery(element, "AttributeQuery");
90 SAMLUtils.debug.message("AttributeQuery: wrong input.");
108 SAMLUtils.debug.message("AttributeQuery(Element): "
123 SAMLUtils.debug.message("AttributeQuery(Elemen
148 public AttributeQuery(Subject theSubject, method in class:AttributeQuery
165 public AttributeQuery(Subject theSubject, method in class:AttributeQuery
177 public AttributeQuery(Subject theSubject) throws SAMLException { method in class:AttributeQuery
[all...]
H A DRequest.java182 * <code>AttributeQuery</code>, 1 or more
306 } else if (temp instanceof AttributeQuery) {
313 + " one AttributeQuery.");
319 query = (AttributeQuery) temp;
396 } else if (query instanceof AttributeQuery) {
422 * <code>AttributeQuery</code>, 1 or more
590 } else if (nodeName.equals("AttributeQuery")) {
595 + "contain only one AttributeQuery.");
601 query = new AttributeQuery((Element) child);
777 + "contain one AttributeQuery
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAttributeQuery.java25 * $Id: AttributeQuery.java,v 1.2 2008/06/25 05:47:36 qcheng Exp $
57 public class AttributeQuery extends SubjectQuery { class in inherits:SubjectQuery
69 protected AttributeQuery() { method in class:AttributeQuery
79 public AttributeQuery(Element element) throws SAMLException { method in class:AttributeQuery
82 SAMLUtils.debug.message("AttributeQuery(Element): null input.");
87 // make sure it's an AttributeQuery
88 boolean valid = SAMLUtils.checkQuery(element, "AttributeQuery");
90 SAMLUtils.debug.message("AttributeQuery: wrong input.");
108 SAMLUtils.debug.message("AttributeQuery(Element): "
123 SAMLUtils.debug.message("AttributeQuery(Elemen
148 public AttributeQuery(Subject theSubject, method in class:AttributeQuery
165 public AttributeQuery(Subject theSubject, method in class:AttributeQuery
177 public AttributeQuery(Subject theSubject) throws SAMLException { method in class:AttributeQuery
[all...]
H A DRequest.java185 * <code>AttributeQuery</code>, 1 or more
309 } else if (temp instanceof AttributeQuery) {
316 + " one AttributeQuery.");
322 query = (AttributeQuery) temp;
399 } else if (query instanceof AttributeQuery) {
425 * <code>AttributeQuery</code>, 1 or more
593 } else if (nodeName.equals("AttributeQuery")) {
598 + "contain only one AttributeQuery.");
604 query = new AttributeQuery((Element) child);
780 + "contain one AttributeQuery
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAttributeQueryImpl.java44 import com.sun.identity.saml2.protocol.AttributeQuery;
49 extends SubjectQueryAbstractImpl implements AttributeQuery {
54 * Constructor to create <code>AttributeQuery</code> Object .
62 * Constructor to create <code>AttributeQuery</code> Object.
65 * @throws SAML2Exception if error creating <code>AttributeQuery</code>
77 * Constructor to create <code>AttributeQuery</code> Object.
80 * @throws SAML2Exception if error creating <code>AttributeQuery</code>
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DAttributeServiceSOAP.java54 import com.sun.identity.saml2.protocol.AttributeQuery;
83 AttributeQuery attrQuery = null;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAttributeQueryImpl.java44 import com.sun.identity.saml2.protocol.AttributeQuery;
49 extends SubjectQueryAbstractImpl implements AttributeQuery {
54 * Constructor to create <code>AttributeQuery</code> Object .
62 * Constructor to create <code>AttributeQuery</code> Object.
65 * @throws SAML2Exception if error creating <code>AttributeQuery</code>
77 * Constructor to create <code>AttributeQuery</code> Object.
80 * @throws SAML2Exception if error creating <code>AttributeQuery</code>
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DAttributeServiceSOAP.java54 import com.sun.identity.saml2.protocol.AttributeQuery;
83 AttributeQuery attrQuery = null;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java82 import com.sun.identity.saml2.protocol.AttributeQuery;
90 * This class provides methods to send or process <code>AttributeQuery</code>.
115 * Sends the <code>AttributeQuery</code> to specified
119 * @param attrQuery the <code>AttributeQuery</code> object
131 public static Response sendAttributeQuery(AttributeQuery attrQuery,
175 * Sends the <code>AttributeQuery</code> to specified
179 * @param attrQuery the <code>AttributeQuery</code> object
192 public static void sendAttributeQuery(AttributeQuery attrQuery,
238 * Processes the <code>AttributeQuery</code> coming
241 * @param attrQuery the <code>AttributeQuery</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java84 import com.sun.identity.saml2.protocol.AttributeQuery;
92 * This class provides methods to send or process <code>AttributeQuery</code>.
117 * Sends the <code>AttributeQuery</code> to specified
121 * @param attrQuery the <code>AttributeQuery</code> object
133 public static Response sendAttributeQuery(AttributeQuery attrQuery,
177 * Sends the <code>AttributeQuery</code> to specified
181 * @param attrQuery the <code>AttributeQuery</code> object
194 public static void sendAttributeQuery(AttributeQuery attrQuery,
240 * Processes the <code>AttributeQuery</code> coming
243 * @param attrQuery the <code>AttributeQuery</cod
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSRequest.java53 import com.sun.identity.saml.protocol.AttributeQuery;
140 * <code>AttributeQuery</code>, 1 or more
324 } else if (nodeName.equals("AttributeQuery")) {
329 + "contain only one AttributeQuery.");
335 query = new AttributeQuery((Element) child);
546 + "contain one AttributeQuery.");
552 query = new AttributeQuery((Element) child);
701 xml.append(((AttributeQuery)query).toString(includeNS, false));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSRequest.java53 import com.sun.identity.saml.protocol.AttributeQuery;
140 * <code>AttributeQuery</code>, 1 or more
324 } else if (nodeName.equals("AttributeQuery")) {
329 + "contain only one AttributeQuery.");
335 query = new AttributeQuery((Element) child);
546 + "contain one AttributeQuery.");
552 query = new AttributeQuery((Element) child);
701 xml.append(((AttributeQuery)query).toString(includeNS, false));

Completed in 56 milliseconds

12