Searched defs:serviceQName (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.java28 final QName serviceQName; field in class:EndpointSpecification
31 public EndpointSpecification(QName portQName, QName serviceQName) { argument
32 this.serviceQName = serviceQName;
43 return serviceQName;
57 return serviceQName.equals(otherSpec.serviceQName) && portQName.equals(otherSpec.portQName);
64 return new StringBuilder("service name: ").append(serviceQName).append("; port name: ")
H A DSoapSTSConsumer.java190 endpointSpecification.serviceQName,
204 "\nserviceQName: " + endpointSpecification.serviceQName + "\nendpointName: " +
281 endpointSpecification.serviceQName,
308 endpointSpecification.serviceQName,
320 private STSClient getSTSClient(String wsdlAddress, QName serviceQName, QName portQName) throws SoapSTSConsumerException { argument
327 stsClient.setServiceName(serviceQName.toString());
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-client/src/main/java/org/forgerock/openam/sts/soap/
H A DEndpointSpecification.java28 final QName serviceQName; field in class:EndpointSpecification
31 public EndpointSpecification(QName portQName, QName serviceQName) { argument
32 this.serviceQName = serviceQName;
43 return serviceQName;
57 return serviceQName.equals(otherSpec.serviceQName) && portQName.equals(otherSpec.portQName);
64 return new StringBuilder("service name: ").append(serviceQName).append("; port name: ")
H A DSoapSTSConsumer.java190 endpointSpecification.serviceQName,
204 "\nserviceQName: " + endpointSpecification.serviceQName + "\nendpointName: " +
281 endpointSpecification.serviceQName,
308 endpointSpecification.serviceQName,
320 private STSClient getSTSClient(String wsdlAddress, QName serviceQName, QName portQName) throws SoapSTSConsumerException { argument
327 stsClient.setServiceName(serviceQName.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
70 serviceQName names will be used.
73 CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR. If set to CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR, then serviceQName and portQName
82 private QName serviceQName; field in class:SoapDeploymentConfig.SoapDeploymentConfigBuilderBase
93 * Called to set the serviceQName QName for standard wsdl deployments
94 * @param service the QName of the wsdl serviceQName
97 public T serviceQName(QName service) { method in class:SoapDeploymentConfig.SoapDeploymentConfigBuilderBase
98 this.serviceQName
171 private final QName serviceQName; 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
70 serviceQName names will be used.
73 CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR. If set to CUSTOM_SOAP_STS_WSDL_FILE_INDICATOR, then serviceQName and portQName
82 private QName serviceQName; field in class:SoapDeploymentConfig.SoapDeploymentConfigBuilderBase
93 * Called to set the serviceQName QName for standard wsdl deployments
94 * @param service the QName of the wsdl serviceQName
97 public T serviceQName(QName service) { method in class:SoapDeploymentConfig.SoapDeploymentConfigBuilderBase
98 this.serviceQName
171 private final QName serviceQName; field in class:SoapDeploymentConfig
[all...]

Completed in 33 milliseconds