Searched defs:portQName (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-client/src/main/java/org/forgerock/openam/sts/soap/
H A DEndpointSpecification.java29 final QName portQName; field in class:EndpointSpecification
31 public EndpointSpecification(QName portQName, QName serviceQName) { argument
33 this.portQName = portQName;
47 return portQName;
57 return serviceQName.equals(otherSpec.serviceQName) && portQName.equals(otherSpec.portQName);
65 .append(portQName).toString();
H A DSoapSTSConsumer.java191 endpointSpecification.portQName);
205 endpointSpecification.portQName + "\nkeyType: " + tokenSpecification.keyType +
282 endpointSpecification.portQName);
309 endpointSpecification.portQName);
320 private STSClient getSTSClient(String wsdlAddress, QName serviceQName, QName portQName) throws SoapSTSConsumerException { argument
328 stsClient.setEndpointName(portQName.toString());
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-client/src/main/java/org/forgerock/openam/sts/soap/
H A DEndpointSpecification.java29 final QName portQName; field in class:EndpointSpecification
31 public EndpointSpecification(QName portQName, QName serviceQName) { argument
33 this.portQName = portQName;
47 return portQName;
57 return serviceQName.equals(otherSpec.serviceQName) && portQName.equals(otherSpec.portQName);
65 .append(portQName).toString();
H A DSoapSTSConsumer.java191 endpointSpecification.portQName);
205 endpointSpecification.portQName + "\nkeyType: " + tokenSpecification.keyType +
282 endpointSpecification.portQName);
309 endpointSpecification.portQName);
320 private STSClient getSTSClient(String wsdlAddress, QName serviceQName, QName portQName) throws SoapSTSConsumerException { argument
328 stsClient.setEndpointName(portQName.toString());
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDeploymentConfig.java37 * 2. The serviceQName and portQName QNames
66 actual name of the custom serviceQName/portQName/wsdl-file.
68 When a custom wsdl file is not specified, the AdminUI will set the serviceQName name and portQName values to the standard values
69 defined in our standard wsdl files. When a custom wsdl file is indicated, then the fields from the custom wsdl location, portQName and
73 CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR. If set to CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR, then serviceQName and portQName
83 private QName portQName; field in class:SoapDeploymentConfig.SoapDeploymentConfigBuilderBase
113 * Called to set the portQName QName for standard wsdl deployments
114 * @param port the QName of the wsdl portQName
117 public T portQName(QName port) { method in class:SoapDeploymentConfig.SoapDeploymentConfigBuilderBase
118 this.portQName
172 private final QName portQName; field in class:SoapDeploymentConfig
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDeploymentConfig.java37 * 2. The serviceQName and portQName QNames
66 actual name of the custom serviceQName/portQName/wsdl-file.
68 When a custom wsdl file is not specified, the AdminUI will set the serviceQName name and portQName values to the standard values
69 defined in our standard wsdl files. When a custom wsdl file is indicated, then the fields from the custom wsdl location, portQName and
73 CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR. If set to CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR, then serviceQName and portQName
83 private QName portQName; field in class:SoapDeploymentConfig.SoapDeploymentConfigBuilderBase
113 * Called to set the portQName QName for standard wsdl deployments
114 * @param port the QName of the wsdl portQName
117 public T portQName(QName port) { method in class:SoapDeploymentConfig.SoapDeploymentConfigBuilderBase
118 this.portQName
172 private final QName portQName; field in class:SoapDeploymentConfig
[all...]

Completed in 30 milliseconds