/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/ |
H A D | InteractionRedirectException.java | 40 private String messageID; field in class:InteractionRedirectException 44 * @param messageID <code>messageID</code> of SOAP request message that 49 public InteractionRedirectException(String messageID) { argument 50 super(messageID); 51 this.messageID = messageID; 56 * Gets <code>messageID</code> of SOAP request message that caused this 64 * @return <code>messageID</code> of SOAP request message that caused this 69 return messageID; [all...] |
H A D | InteractionManager.java | 269 + " entering with messageID=" 413 String messageID = httpRequest.getParameter(RESEND_MESSAGE); 414 if (messageID == null) { 424 if ( (messageID == "0") || (messageID.equals("false")) ) { 433 messageID = httpRequest.getParameter(REQUEST_ID); 434 if (messageID == null) { 443 String connectTo = getConnectTo(messageID); 446 + " old connectTo not found for messageID=" 447 + messageID); 502 handleRedirectRequest(Message requestMessage, String redirectURL, String messageID, String connectTo, String certAlias, String soapAction, String returnToURL, HttpServletRequest httpRequest, HttpServletResponse httpResponse) argument 803 setInquiryElement(String messageID, InquiryElement inquiryElement) argument 814 getInquiryElement(String messageID) argument 823 setInteractionResponseElement(String messageID, InteractionResponseElement interactionResponse) argument 877 setRequestMessage(String messageID, Message requestMessage) argument 892 getRequestMessage(String messageID) argument 907 setRequestMessageID(String messageID, String requestMessageID) argument 917 getRequestMessageID(String messageID) argument 927 setReturnToURL(String messageID, String returnToURL) argument 936 getReturnToURL(String messageID) argument 945 setRequestHost(String messageID, String requestHost) argument 954 getRequestHost(String messageID) argument 963 setConnectTo(String messageID, String ConnectTo) argument 973 setSoapAction(String messageID, String soapAction) argument 982 setClientCert(String messageID, String certAlias) argument 991 getConnectTo(String messageID) argument 1000 getClientCert(String messageID) argument 1009 getSoapAction(String messageID) argument 1018 setLanguage(String messageID, String language) argument 1027 getLanguage(String messageID) argument 1079 newRedirectFault(String messageID) argument 1263 getCacheEntry(String messageID) argument 1278 putCacheEntry(String messageID, CacheEntry cacheEntry) argument 1289 String messageID; //key field in class:InteractionManager.CacheEntry 1301 CacheEntry(String messageID) argument 1305 CacheEntry(String messageID, Message message) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/ |
H A D | InteractionRedirectException.java | 40 private String messageID; field in class:InteractionRedirectException 44 * @param messageID <code>messageID</code> of SOAP request message that 49 public InteractionRedirectException(String messageID) { argument 50 super(messageID); 51 this.messageID = messageID; 56 * Gets <code>messageID</code> of SOAP request message that caused this 64 * @return <code>messageID</code> of SOAP request message that caused this 69 return messageID; [all...] |
H A D | InteractionManager.java | 272 + " entering with messageID=" 416 String messageID = httpRequest.getParameter(RESEND_MESSAGE); 417 if (messageID == null) { 427 if ( (messageID == "0") || (messageID.equals("false")) ) { 436 messageID = httpRequest.getParameter(REQUEST_ID); 437 if (messageID == null) { 446 String connectTo = getConnectTo(messageID); 449 + " old connectTo not found for messageID=" 450 + messageID); 505 handleRedirectRequest(Message requestMessage, String redirectURL, String messageID, String connectTo, String certAlias, String soapAction, String returnToURL, HttpServletRequest httpRequest, HttpServletResponse httpResponse) argument 806 setInquiryElement(String messageID, InquiryElement inquiryElement) argument 817 getInquiryElement(String messageID) argument 826 setInteractionResponseElement(String messageID, InteractionResponseElement interactionResponse) argument 880 setRequestMessage(String messageID, Message requestMessage) argument 895 getRequestMessage(String messageID) argument 910 setRequestMessageID(String messageID, String requestMessageID) argument 920 getRequestMessageID(String messageID) argument 930 setReturnToURL(String messageID, String returnToURL) argument 939 getReturnToURL(String messageID) argument 948 setRequestHost(String messageID, String requestHost) argument 957 getRequestHost(String messageID) argument 966 setConnectTo(String messageID, String ConnectTo) argument 976 setSoapAction(String messageID, String soapAction) argument 985 setClientCert(String messageID, String certAlias) argument 994 getConnectTo(String messageID) argument 1003 getClientCert(String messageID) argument 1012 getSoapAction(String messageID) argument 1021 setLanguage(String messageID, String language) argument 1030 getLanguage(String messageID) argument 1082 newRedirectFault(String messageID) argument 1266 getCacheEntry(String messageID) argument 1281 putCacheEntry(String messageID, CacheEntry cacheEntry) argument 1292 String messageID; //key field in class:InteractionManager.CacheEntry 1304 CacheEntry(String messageID) argument 1308 CacheEntry(String messageID, Message message) argument [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/ |
H A D | CorrelationHeader.java | 46 * element defined in SOAP binding schema. The <code>messageID</code> is a 54 private String messageID = null; field in class:CorrelationHeader 65 messageID = SAMLUtils.generateID(); 66 id = messageID; 80 messageID = XMLUtils.getNodeAttributeValue( 83 if (messageID == null) { 131 * Returns value of <code>messageID</code> attribute. 133 * @return value of <code>messageID</code> attribute 136 return messageID; 163 return messageID; [all...] |
H A D | Utils.java | 491 * @param requestMessageID the request messageID if we are checking a 502 String messageID = corrH.getMessageID(); 504 checkProviderHeader(message.getProviderHeader(), messageID, isServer); 506 messageID, isServer); 507 checkConsentHeader(message.getConsentHeader(), messageID, isServer); 513 checkUsageDirectiveHeader(usagH, messageID, isServer); 523 * @param requestMessageID the request messageID if we are checking a 548 String messageID = corrH.getMessageID(); 553 messageID, isServer); 566 messageID, nul 635 checkProviderHeader(ProviderHeader provH, String messageID,boolean isServer) argument 691 checkProcessingContextHeader(ProcessingContextHeader procH, String messageID, boolean isServer) argument 733 checkConsentHeader(ConsentHeader consH,String messageID, boolean isServer) argument 762 checkUsageDirectiveHeader(UsageDirectiveHeader usagH, String messageID,boolean isServer) argument 795 checkActorAndMustUnderstand(String actor,Boolean mustUnderstand, String messageID,boolean isServer) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/ |
H A D | CorrelationHeader.java | 49 * element defined in SOAP binding schema. The <code>messageID</code> is a 57 private String messageID = null; field in class:CorrelationHeader 68 messageID = SAMLUtils.generateID(); 69 id = messageID; 83 messageID = XMLUtils.getNodeAttributeValue( 86 if (messageID == null) { 134 * Returns value of <code>messageID</code> attribute. 136 * @return value of <code>messageID</code> attribute 139 return messageID; 166 return messageID; [all...] |
H A D | Utils.java | 504 * @param requestMessageID the request messageID if we are checking a 515 String messageID = corrH.getMessageID(); 517 checkProviderHeader(message.getProviderHeader(), messageID, isServer); 519 messageID, isServer); 520 checkConsentHeader(message.getConsentHeader(), messageID, isServer); 526 checkUsageDirectiveHeader(usagH, messageID, isServer); 536 * @param requestMessageID the request messageID if we are checking a 561 String messageID = corrH.getMessageID(); 566 messageID, isServer); 579 messageID, nul 648 checkProviderHeader(ProviderHeader provH, String messageID,boolean isServer) argument 704 checkProcessingContextHeader(ProcessingContextHeader procH, String messageID, boolean isServer) argument 746 checkConsentHeader(ConsentHeader consH,String messageID, boolean isServer) argument 775 checkUsageDirectiveHeader(UsageDirectiveHeader usagH, String messageID,boolean isServer) argument 808 checkActorAndMustUnderstand(String actor,Boolean mustUnderstand, String messageID,boolean isServer) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/ |
H A D | SdkConnectionAdapter.java | 256 final int messageID = nextMessageID.getAndIncrement(); 258 new AbandonOperationBasis(clientConnection, messageID, messageID, 270 final int messageID = nextMessageID.getAndIncrement(); 272 new AddOperationBasis(clientConnection, messageID, messageID, 292 final int messageID = nextMessageID.getAndIncrement(); 296 new BindOperationBasis(clientConnection, messageID, messageID, 310 final int messageID [all...] |
/forgerock/opendj2/src/server/org/opends/server/protocols/http/ |
H A D | SdkConnectionAdapter.java | 255 final int messageID = nextMessageID.getAndIncrement(); 257 new AbandonOperationBasis(clientConnection, messageID, messageID, 269 final int messageID = nextMessageID.getAndIncrement(); 271 new AddOperationBasis(clientConnection, messageID, messageID, 291 final int messageID = nextMessageID.getAndIncrement(); 295 new BindOperationBasis(clientConnection, messageID, messageID, 309 final int messageID [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/ |
H A D | SdkConnectionAdapter.java | 256 final int messageID = nextMessageID.getAndIncrement(); 258 new AbandonOperationBasis(clientConnection, messageID, messageID, 270 final int messageID = nextMessageID.getAndIncrement(); 272 new AddOperationBasis(clientConnection, messageID, messageID, 292 final int messageID = nextMessageID.getAndIncrement(); 296 new BindOperationBasis(clientConnection, messageID, messageID, 310 final int messageID [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/ |
H A D | SdkConnectionAdapter.java | 256 final int messageID = nextMessageID.getAndIncrement(); 258 new AbandonOperationBasis(clientConnection, messageID, messageID, 270 final int messageID = nextMessageID.getAndIncrement(); 272 new AddOperationBasis(clientConnection, messageID, messageID, 292 final int messageID = nextMessageID.getAndIncrement(); 296 new BindOperationBasis(clientConnection, messageID, messageID, 310 final int messageID [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/ |
H A D | SdkConnectionAdapter.java | 255 final int messageID = nextMessageID.getAndIncrement(); 257 new AbandonOperationBasis(clientConnection, messageID, messageID, 269 final int messageID = nextMessageID.getAndIncrement(); 271 new AddOperationBasis(clientConnection, messageID, messageID, 291 final int messageID = nextMessageID.getAndIncrement(); 295 new BindOperationBasis(clientConnection, messageID, messageID, 309 final int messageID [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/ |
H A D | SdkConnectionAdapter.java | 245 final int messageID = nextMessageID.getAndIncrement(); 246 return enqueueOperation(new AbandonOperationBasis(clientConnection, messageID, messageID, 253 final int messageID = nextMessageID.getAndIncrement(); 254 return enqueueOperation(new AddOperationBasis(clientConnection, messageID, messageID, to(request.getControls()), 268 final int messageID = nextMessageID.getAndIncrement(); 271 return enqueueOperation(new BindOperationBasis(clientConnection, messageID, messageID, to(request.getControls()), 281 final int messageID [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/ |
H A D | PAOSRequest.java | 48 private String messageID; field in class:PAOSRequest 58 * @param messageID the value of the messageID attribute 64 String messageID, Boolean mustUnderstand, String actor) 69 this.messageID = messageID; 145 * Returns the value of the messageID attribute. 147 * @return the value of the messageID attribute. 151 return messageID; 155 * Sets the value of the messageID attribut 63 PAOSRequest(String responseConsumerURL, String service, String messageID, Boolean mustUnderstand, String actor) argument 160 setMessageID(String messageID) argument [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/ |
H A D | PAOSRequest.java | 48 private String messageID; field in class:PAOSRequest 58 * @param messageID the value of the messageID attribute 64 String messageID, Boolean mustUnderstand, String actor) 69 this.messageID = messageID; 145 * Returns the value of the messageID attribute. 147 * @return the value of the messageID attribute. 151 return messageID; 155 * Sets the value of the messageID attribut 63 PAOSRequest(String responseConsumerURL, String service, String messageID, Boolean mustUnderstand, String actor) argument 160 setMessageID(String messageID) argument [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/ |
H A D | LDAPAuthenticationHandlerTestCase.java | 176 AtomicInteger messageID = new AtomicInteger(1); 181 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 205 AtomicInteger messageID = new AtomicInteger(1); 210 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 232 AtomicInteger messageID = new AtomicInteger(1); 237 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 260 AtomicInteger messageID = new AtomicInteger(1); 265 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 295 AtomicInteger messageID = new AtomicInteger(1); 300 new LDAPAuthenticationHandler(r, w, "localhost", messageID); [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/ |
H A D | LDAPAuthenticationHandlerTestCase.java | 175 AtomicInteger messageID = new AtomicInteger(1); 180 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 204 AtomicInteger messageID = new AtomicInteger(1); 209 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 231 AtomicInteger messageID = new AtomicInteger(1); 236 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 259 AtomicInteger messageID = new AtomicInteger(1); 264 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 294 AtomicInteger messageID = new AtomicInteger(1); 299 new LDAPAuthenticationHandler(r, w, "localhost", messageID); [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/ |
H A D | LDAPAuthenticationHandlerTestCase.java | 176 AtomicInteger messageID = new AtomicInteger(1); 181 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 205 AtomicInteger messageID = new AtomicInteger(1); 210 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 232 AtomicInteger messageID = new AtomicInteger(1); 237 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 260 AtomicInteger messageID = new AtomicInteger(1); 265 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 295 AtomicInteger messageID = new AtomicInteger(1); 300 new LDAPAuthenticationHandler(r, w, "localhost", messageID); [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/ |
H A D | LDAPAuthenticationHandlerTestCase.java | 175 AtomicInteger messageID = new AtomicInteger(1); 180 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 204 AtomicInteger messageID = new AtomicInteger(1); 209 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 231 AtomicInteger messageID = new AtomicInteger(1); 236 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 259 AtomicInteger messageID = new AtomicInteger(1); 264 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 294 AtomicInteger messageID = new AtomicInteger(1); 299 new LDAPAuthenticationHandler(r, w, "localhost", messageID); [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/ |
H A D | LDAPAuthenticationHandlerTestCase.java | 176 AtomicInteger messageID = new AtomicInteger(1); 181 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 205 AtomicInteger messageID = new AtomicInteger(1); 210 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 232 AtomicInteger messageID = new AtomicInteger(1); 237 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 260 AtomicInteger messageID = new AtomicInteger(1); 265 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 295 AtomicInteger messageID = new AtomicInteger(1); 300 new LDAPAuthenticationHandler(r, w, "localhost", messageID); [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/ |
H A D | LDAPAuthenticationHandlerTestCase.java | 161 AtomicInteger messageID = new AtomicInteger(1); 166 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 190 AtomicInteger messageID = new AtomicInteger(1); 195 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 217 AtomicInteger messageID = new AtomicInteger(1); 222 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 245 AtomicInteger messageID = new AtomicInteger(1); 250 new LDAPAuthenticationHandler(r, w, "localhost", messageID); 280 AtomicInteger messageID = new AtomicInteger(1); 285 new LDAPAuthenticationHandler(r, w, "localhost", messageID); [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/ |
H A D | InternalLDAPOutputStream.java | 437 int messageID = message.getMessageID(); 443 messageID, message.getControls(), 456 new LDAPMessage(messageID, addResponse, responseControls)); 474 int messageID = message.getMessageID(); 485 new LDAPMessage(messageID, bindResponse)); 492 messageID, message.getControls(), 511 new LDAPMessage(messageID, bindResponse, responseControls)); 529 int messageID = message.getMessageID(); 536 messageID, message.getControls(), request.getDN(), 550 new LDAPMessage(messageID, compareRespons [all...] |
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/ |
H A D | InternalLDAPOutputStream.java | 436 int messageID = message.getMessageID(); 442 messageID, message.getControls(), 455 new LDAPMessage(messageID, addResponse, responseControls)); 473 int messageID = message.getMessageID(); 484 new LDAPMessage(messageID, bindResponse)); 491 messageID, message.getControls(), 510 new LDAPMessage(messageID, bindResponse, responseControls)); 528 int messageID = message.getMessageID(); 535 messageID, message.getControls(), request.getDN(), 549 new LDAPMessage(messageID, compareRespons [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/ |
H A D | InternalLDAPOutputStream.java | 437 int messageID = message.getMessageID(); 443 messageID, message.getControls(), 456 new LDAPMessage(messageID, addResponse, responseControls)); 474 int messageID = message.getMessageID(); 485 new LDAPMessage(messageID, bindResponse)); 492 messageID, message.getControls(), 511 new LDAPMessage(messageID, bindResponse, responseControls)); 529 int messageID = message.getMessageID(); 536 messageID, message.getControls(), request.getDN(), 550 new LDAPMessage(messageID, compareRespons [all...] |