Searched defs:SoapDeploymentConfigBuilder (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDeploymentConfig.java164 public static class SoapDeploymentConfigBuilder extends SoapDeploymentConfigBuilderBase<SoapDeploymentConfigBuilder> { class in class:SoapDeploymentConfig
166 protected SoapDeploymentConfigBuilder self() {
204 public static SoapDeploymentConfigBuilder builder() {
205 return new SoapDeploymentConfigBuilder();
339 SoapDeploymentConfigBuilder builder = SoapDeploymentConfig.builder()
358 private static void handleCustomWsdlLocationSettings(SoapDeploymentConfigBuilder builder, Map<String, Set<String>> attributeMap) {
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapDeploymentConfig.java164 public static class SoapDeploymentConfigBuilder extends SoapDeploymentConfigBuilderBase<SoapDeploymentConfigBuilder> { class in class:SoapDeploymentConfig
166 protected SoapDeploymentConfigBuilder self() {
204 public static SoapDeploymentConfigBuilder builder() {
205 return new SoapDeploymentConfigBuilder();
339 SoapDeploymentConfigBuilder builder = SoapDeploymentConfig.builder()
358 private static void handleCustomWsdlLocationSettings(SoapDeploymentConfigBuilder builder, Map<String, Set<String>> attributeMap) {

Completed in 30 milliseconds