Searched refs:attrConsumingSvcIndex (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnRequestImpl.java68 private Integer attrConsumingSvcIndex; field in class:AuthnRequestImpl
390 return attrConsumingSvcIndex;
408 attrConsumingSvcIndex = index ;
463 validateAttributeConsumingServiceIndex(attrConsumingSvcIndex);
559 if (attrConsumingSvcIndex != null) {
564 .append(attrConsumingSvcIndex.toString())
745 attrConsumingSvcIndex = new Integer(index);
746 validateAttributeConsumingServiceIndex(attrConsumingSvcIndex);
768 Integer attrConsumingSvcIndex) throws SAML2Exception {
769 if ((attrConsumingSvcIndex !
767 validateAttributeConsumingServiceIndex( Integer attrConsumingSvcIndex) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnRequestImpl.java68 private Integer attrConsumingSvcIndex; field in class:AuthnRequestImpl
390 return attrConsumingSvcIndex;
408 attrConsumingSvcIndex = index ;
463 validateAttributeConsumingServiceIndex(attrConsumingSvcIndex);
559 if (attrConsumingSvcIndex != null) {
564 .append(attrConsumingSvcIndex.toString())
745 attrConsumingSvcIndex = new Integer(index);
746 validateAttributeConsumingServiceIndex(attrConsumingSvcIndex);
768 Integer attrConsumingSvcIndex) throws SAML2Exception {
769 if ((attrConsumingSvcIndex !
767 validateAttributeConsumingServiceIndex( Integer attrConsumingSvcIndex) argument
[all...]

Completed in 30 milliseconds