Klasse APICallbackSettings.APICallbackSettingsBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.APICallbackSettings.APICallbackSettingsBuilder
- Umschließende Klasse:
APICallbackSettings
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungallowCallbackRequestAccessToAllowedIPs(Boolean allowCallbackRequestAccessToAllowedIPs) Decider to process callback requests based on Allowed IPsallowCallBackRequestsHTTPsAccessOnly(Boolean allowCallBackRequestsHTTPsAccessOnly) Native Servers can access the callback proxy through HTTPs protocalallowedIPs(List<String> allowedIPs) Configure Allowed IPs.build()Select value from Loadbalancer, HTTP, HTTPS, External, the port used to forward to Native ServerprocessCallbackRequests(Boolean processCallbackRequests) Decider to process the callback URLstoString()
-
Methodendetails
-
allowCallBackRequestsHTTPsAccessOnly
public APICallbackSettings.APICallbackSettingsBuilder allowCallBackRequestsHTTPsAccessOnly(Boolean allowCallBackRequestsHTTPsAccessOnly) Native Servers can access the callback proxy through HTTPs protocal- Gibt zurück:
this.
-
allowCallbackRequestAccessToAllowedIPs
public APICallbackSettings.APICallbackSettingsBuilder allowCallbackRequestAccessToAllowedIPs(Boolean allowCallbackRequestAccessToAllowedIPs) Decider to process callback requests based on Allowed IPs- Gibt zurück:
this.
-
allowedIPs
Configure Allowed IPs.- Gibt zurück:
this.
-
portType
Select value from Loadbalancer, HTTP, HTTPS, External, the port used to forward to Native Server- Gibt zurück:
this.
-
processCallbackRequests
public APICallbackSettings.APICallbackSettingsBuilder processCallbackRequests(Boolean processCallbackRequests) Decider to process the callback URLs- Gibt zurück:
this.
-
build
-
toString
-