Searched refs:ATTRIBUTE_QUERY (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DQuery.java58 public static final int ATTRIBUTE_QUERY = 2; field in class:Query
H A DRequest.java112 public final static int ATTRIBUTE_QUERY = 4; field in class:Request
318 contentType = ATTRIBUTE_QUERY;
397 contentType = ATTRIBUTE_QUERY;
600 contentType = ATTRIBUTE_QUERY;
782 contentType = ATTRIBUTE_QUERY;
814 * <code>ATTRIBUTE_QUERY</code>.
968 case ATTRIBUTE_QUERY:
H A DAttributeQuery.java237 * @return an integer which is Query.ATTRIBUTE_QUERY.
240 return Query.ATTRIBUTE_QUERY;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DQuery.java58 public static final int ATTRIBUTE_QUERY = 2; field in class:Query
H A DRequest.java115 public final static int ATTRIBUTE_QUERY = 4; field in class:Request
321 contentType = ATTRIBUTE_QUERY;
400 contentType = ATTRIBUTE_QUERY;
603 contentType = ATTRIBUTE_QUERY;
785 contentType = ATTRIBUTE_QUERY;
817 * <code>ATTRIBUTE_QUERY</code>.
971 case ATTRIBUTE_QUERY:
H A DAttributeQuery.java237 * @return an integer which is Query.ATTRIBUTE_QUERY.
240 return Query.ATTRIBUTE_QUERY;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAttributeQueryImpl.java57 elementName = SAML2Constants.ATTRIBUTE_QUERY;
70 elementName = SAML2Constants.ATTRIBUTE_QUERY;
91 elementName = SAML2Constants.ATTRIBUTE_QUERY;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAttributeQueryImpl.java57 elementName = SAML2Constants.ATTRIBUTE_QUERY;
70 elementName = SAML2Constants.ATTRIBUTE_QUERY;
91 elementName = SAML2Constants.ATTRIBUTE_QUERY;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DAttributeServiceSOAP.java88 SAML2Constants.ATTRIBUTE_QUERY);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DAttributeServiceSOAP.java88 SAML2Constants.ATTRIBUTE_QUERY);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSRequest.java334 contentType = ATTRIBUTE_QUERY;
551 contentType = ATTRIBUTE_QUERY;
700 case ATTRIBUTE_QUERY:
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSRequest.java334 contentType = ATTRIBUTE_QUERY;
551 contentType = ATTRIBUTE_QUERY;
700 case ATTRIBUTE_QUERY:
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2SDKUtils.java128 public static final String ATTRIBUTE_QUERY = "AttributeQuery"; field in class:SAML2SDKUtils
173 ATTRIBUTE_QUERY, AUTHN_QUERY, AUTHN_REQUEST, EXTENSIONS, GET_COMPLETE,
H A DSAML2Constants.java372 public String ATTRIBUTE_QUERY = "AttributeQuery"; field in interface:SAML2Constants
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2SDKUtils.java128 public static final String ATTRIBUTE_QUERY = "AttributeQuery"; field in class:SAML2SDKUtils
173 ATTRIBUTE_QUERY, AUTHN_QUERY, AUTHN_REQUEST, EXTENSIONS, GET_COMPLETE,
H A DSAML2Constants.java372 public String ATTRIBUTE_QUERY = "AttributeQuery"; field in interface:SAML2Constants
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java156 SAML2SDKUtils.ATTRIBUTE_QUERY);
175 SAML2SDKUtils.ATTRIBUTE_QUERY, value);
193 SAML2SDKUtils.ATTRIBUTE_QUERY, value);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java156 SAML2SDKUtils.ATTRIBUTE_QUERY);
175 SAML2SDKUtils.ATTRIBUTE_QUERY, value);
193 SAML2SDKUtils.ATTRIBUTE_QUERY, value);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java754 (reqType == Request.ATTRIBUTE_QUERY))
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java754 (reqType == Request.ATTRIBUTE_QUERY))
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java1248 } else if (queryType == Query.ATTRIBUTE_QUERY) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java1250 } else if (queryType == Query.ATTRIBUTE_QUERY) {

Completed in 79 milliseconds