Searched defs:endpointIndex (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java64 private int endpointIndex = -1; field in class:ArtifactImpl
164 endpointIndex = SAML2SDKUtils.twoBytesToInt(endpointIndexB);
255 endpointIndex = endpointindex;
322 return endpointIndex;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DArtifactImpl.java64 private int endpointIndex = -1; field in class:ArtifactImpl
164 endpointIndex = SAML2SDKUtils.twoBytesToInt(endpointIndexB);
255 endpointIndex = endpointindex;
322 return endpointIndex;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java1209 * @param endpointIndex integer value representing
1221 int endpointIndex,
1226 typecode, endpointIndex, sourceID, messageHandle);
1228 return new ArtifactImpl(typecode, endpointIndex,
1220 createArtifact(byte[] typecode, int endpointIndex, String sourceID, String messageHandle) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java1209 * @param endpointIndex integer value representing
1221 int endpointIndex,
1226 typecode, endpointIndex, sourceID, messageHandle);
1228 return new ArtifactImpl(typecode, endpointIndex,
1220 createArtifact(byte[] typecode, int endpointIndex, String sourceID, String messageHandle) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java295 // Try to get source ID and endpointIndex, and then
487 int endpointIndex,
508 if (index == endpointIndex) {
486 getIDPArtifactResolutionServiceUrl( int endpointIndex, String idpEntityID, IDPSSODescriptorElement idp, HttpServletRequest request, HttpServletResponse response) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPACSUtils.java298 // Try to get source ID and endpointIndex, and then
490 int endpointIndex,
511 if (index == endpointIndex) {
489 getIDPArtifactResolutionServiceUrl( int endpointIndex, String idpEntityID, IDPSSODescriptorElement idp, HttpServletRequest request, HttpServletResponse response) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2SDKUtils.java291 * @param endpointIndex end point index.
299 int endpointIndex, String sourceID, String messageHandle) {
309 { typecode, new Integer(endpointIndex),
298 getObjectInstance(String iName, byte[] typecode, int endpointIndex, String sourceID, String messageHandle) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2SDKUtils.java291 * @param endpointIndex end point index.
299 int endpointIndex, String sourceID, String messageHandle) {
309 { typecode, new Integer(endpointIndex),
298 getObjectInstance(String iName, byte[] typecode, int endpointIndex, String sourceID, String messageHandle) argument

Completed in 53 milliseconds