| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/ |
| H A D | Message.java | 359 * @param soapMessage a SOAP message 363 public Message(SOAPMessage soapMessage) argument 367 soapMessage.writeTo(bop);
|
| H A D | MessageProcessor.java | 92 * @param soapMessage SOAPMessage that needs to be validated. 102 public Object validateRequest(SOAPMessage soapMessage,Subject subject, argument 108 req = new Message(soapMessage); 152 * @param soapMessage SOAP Message that needs to be secured. 159 public SOAPMessage secureResponse (SOAPMessage soapMessage, Map sharedData) argument 167 addCorrelationHeader(soapMessage, req); 170 soapMessage = signMessage(soapMessage, null, null); 175 XMLUtils.print(soapMessage.getSOAPPart().getEnvelope())); 178 return soapMessage; 202 secureRequest(ResourceOffering offering,List credentials, String serviceType,SOAPMessage soapMessage,Map sharedData) argument 290 validateResponse(SOAPMessage soapMessage,Map sharedData) argument 317 signMessage( SOAPMessage soapMessage, String profile, SecurityAssertion assertion ) argument 534 getSecurityHeader(SOAPMessage soapMessage) argument [all...] |
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/ |
| H A D | RequestHandler.java | 53 * @param soapMessage the SOAP Message . 58 RequestAbstract request,SOAPMessage soapMessage) 57 handleQuery(String hostedEntityID,String remoteEntityID, RequestAbstract request,SOAPMessage soapMessage) argument
|
| /forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/ |
| H A D | XACMLAuthzDecisionQueryHandler.java | 117 * @param soapMessage SOAPMessage that carried the SAML2 Request 123 RequestAbstract samlpRequest, SOAPMessage soapMessage) 151 + ":soapMessage=\n" + soapMessage); 121 handleQuery( String pdpEntityId, String pepEntityId, RequestAbstract samlpRequest, SOAPMessage soapMessage) argument
|
| /forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/ |
| H A D | XACMLAuthzDecisionQueryHandler.java | 116 * @param soapMessage SOAPMessage that carried the SAML2 Request 122 RequestAbstract samlpRequest, SOAPMessage soapMessage) 150 + ":soapMessage=\n" + soapMessage); 120 handleQuery( String pdpEntityId, String pepEntityId, RequestAbstract samlpRequest, SOAPMessage soapMessage) argument
|
| /forgerock/openam/openam-federation/OpenFM/src/main/java/org/forgerock/openam/saml2/plugins/ |
| H A D | DefaultWsFedAuthenticator.java | 47 public SSOToken authenticate(HttpServletRequest request, HttpServletResponse response, SOAPMessage soapMessage, argument
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/ |
| H A D | Message.java | 359 * @param soapMessage a SOAP message 363 public Message(SOAPMessage soapMessage) argument 367 soapMessage.writeTo(bop);
|
| H A D | MessageProcessor.java | 92 * @param soapMessage SOAPMessage that needs to be validated. 102 public Object validateRequest(SOAPMessage soapMessage,Subject subject, argument 108 req = new Message(soapMessage); 152 * @param soapMessage SOAP Message that needs to be secured. 159 public SOAPMessage secureResponse (SOAPMessage soapMessage, Map sharedData) argument 167 addCorrelationHeader(soapMessage, req); 170 soapMessage = signMessage(soapMessage, null, null); 175 XMLUtils.print(soapMessage.getSOAPPart().getEnvelope())); 178 return soapMessage; 202 secureRequest(ResourceOffering offering,List credentials, String serviceType,SOAPMessage soapMessage,Map sharedData) argument 290 validateResponse(SOAPMessage soapMessage,Map sharedData) argument 317 signMessage( SOAPMessage soapMessage, String profile, SecurityAssertion assertion ) argument 534 getSecurityHeader(SOAPMessage soapMessage) argument [all...] |
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/ |
| H A D | RequestHandler.java | 53 * @param soapMessage the SOAP Message . 58 RequestAbstract request,SOAPMessage soapMessage) 57 handleQuery(String hostedEntityID,String remoteEntityID, RequestAbstract request,SOAPMessage soapMessage) argument
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/ |
| H A D | ActiveRequest.java | 143 SOAPMessage soapMessage = MessageFactory.newInstance(SOAPConstants.SOAP_1_2_PROTOCOL) 147 soapMessage.writeTo(baos); 151 parseAndValidateRequest(soapMessage, idpConfig); 152 ssoToken = authenticateEndUser(soapMessage, WSFederationMetaUtils.getAttribute(idpConfig, 211 private void parseAndValidateRequest(SOAPMessage soapMessage, IDPSSOConfigElement idpConfig) throws SOAPException, argument 213 final SOAPHeader soapHeader = soapMessage.getSOAPHeader(); 264 final SOAPBody soapBody = soapMessage.getSOAPBody(); 282 private SSOToken authenticateEndUser(SOAPMessage soapMessage, String authenticator) argument 288 return wsFedAuthenticator.authenticate(request, response, soapMessage, realm, username, password);
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/plugins/ |
| H A D | WsFedAuthenticator.java | 36 * @param soapMessage The SOAP message received by the STS endpoint. 44 SSOToken authenticate(HttpServletRequest request, HttpServletResponse response, SOAPMessage soapMessage, argument
|
| /glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/ |
| H A D | EjbInvocation.java | 450 private SOAPMessage soapMessage = null; field in class:EjbInvocation 549 if (message != null && soapMessage == null) { 551 //FIXME: soapMessage = message.readAsSOAPMessage(); 552 soapMessage = (SOAPMessage) message; 559 return soapMessage;
|
| /glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/comm/ |
| H A D | UnWrappedMessage.java | 477 public static String toString(SOAPMessage soapMessage) { argument 480 soapMessage.writeTo(baos);
|
| /glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/util/soap/ |
| H A D | MessageDenormalizerImpl.java | 185 SOAPMessage soapMessage = createSOAPMessage(bufferedStream); 188 denormalizeAttachments ( soapMessage, normalizedMessage); 190 wrapper = new SOAPWrapper(soapMessage); 274 SOAPMessage soapMessage = createSOAPMessage(bufferedStream); 277 wrapper = new SOAPWrapper(soapMessage); 457 SOAPMessage soapMessage = mMessageFactory.createMessage(); 463 soapMessage.getSOAPPart().setContent(streamSource); 466 return soapMessage; 616 SOAPMessage soapMessage = createSOAPMessage(bufferedStream); 619 wrapper = new SOAPWrapper(soapMessage); 737 denormalizeAttachments( SOAPMessage soapMessage, NormalizedMessage normalizedMessage) argument [all...] |
| H A D | MessageExchangeHelper.java | 169 public void normalizeMessage(SOAPMessage soapMessage, boolean inFlag) throws ServiceEngineException { argument 171 if(soapMessage != null) { 174 printSOAPMessage( "normalizing in ? "+ inFlag + "message :" , soapMessage) ; 178 boolean isFault = (soapMessage.getSOAPBody().getFault() != null); 182 //soapMessage.writeTo(System.out); 185 SOAPWrapper wrapper = new SOAPWrapper(soapMessage); 190 normalizeAndWrapMessage(normalizedMsg, soapMessage, !inFlag); 261 SOAPMessage soapMessage, 292 operationName = emd.getOperationName(soapMessage); 299 operation = getOperation(soapMessage, 260 normalizeAndWrapMessage(NormalizedMessage normalizedMsg, SOAPMessage soapMessage, boolean server) argument 456 getOperation(SOAPMessage soapMessage, QName svcQName, String opName) argument 548 printSOAPMessage(String message, SOAPMessage soapMessage) argument [all...] |
| H A D | MessageNormalizerImpl.java | 154 SOAPMessage soapMessage = soapWrapper.getMessage(); 156 if (soapMessage != null) 158 SOAPPart soapPart = soapMessage.getSOAPPart(); 240 SOAPMessage soapMessage = soapWrapper.getMessage(); 242 if (soapMessage != null) 244 SOAPPart soapPart = soapMessage.getSOAPPart(); 259 normalizeAttachments(soapMessage, normalizedMessage); 537 * @param soapMessage soap Message 543 private void normalizeAttachments(SOAPMessage soapMessage, argument 547 if ( soapMessage ! [all...] |
| H A D | SOAPWrapper.java | 81 * @param soapMessage - soap message 83 public SOAPWrapper(SOAPMessage soapMessage) argument 85 mMessage = soapMessage;
|
| /glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/ |
| H A D | WsUtil.java | 1247 SOAPMessage soapMessage = 1249 throwSOAPFaultException(faultString, soapMessage); 1254 SOAPMessage soapMessage) 1261 SOAPPart sp = soapMessage.getSOAPPart(); 1253 throwSOAPFaultException(String faultString, SOAPMessage soapMessage) argument
|
| /glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/monitoring/ |
| H A D | MessageTraceImpl.java | 69 private String soapMessage=null; field in class:MessageTraceImpl 86 if (soapMessage!=null) { 88 return soapMessage; 92 Matcher m = p.matcher(soapMessage); 94 return soapMessage.substring(m.start(),m.end()); 96 return soapMessage; 120 soapMessage = baos.toString(); 134 soapMessage = baos.toString();
|