You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.api/src/main/java/org/wso2/carbon/apimgt/api/model/EndpointSecurity.java
+9
Original file line number
Diff line number
Diff line change
@@ -284,6 +284,7 @@ public static class ProxyConfigs {
284
284
privateStringproxyProtocol;
285
285
privateStringproxyUsername;
286
286
privateStringproxyPassword;
287
+
privateStringproxyPasswordAlias;
287
288
288
289
publicbooleanisProxyEnabled() {
289
290
returnproxyEnabled;
@@ -332,6 +333,14 @@ public String getProxyPassword() {
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/GatewayUtils.java
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1.common/src/main/java/org/wso2/carbon/apimgt/rest/api/publisher/v1/common/TemplateBuilderUtil.java
+19
Original file line number
Diff line number
Diff line change
@@ -1517,6 +1517,25 @@ private static void addCredentialsToList(String prefix, API api, GatewayAPIDTO g
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1.common/src/main/java/org/wso2/carbon/apimgt/rest/api/publisher/v1/common/template/SecurityConfigContext.java
0 commit comments