Klasse APICallbackSettings
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.APICallbackSettings
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class APICallbackSettings
extends Object
APICallbackSettings
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BooleanDecider to process callback requests based on Allowed IPsprotected BooleanNative Servers can access the callback proxy through HTTPs protocalConfigure Allowed IPs.protected StringSelect value from Loadbalancer, HTTP, HTTPS, External, the port used to forward to Native Serverprotected BooleanDecider to process the callback URLs -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAPICallbackSettings(Boolean allowCallBackRequestsHTTPsAccessOnly, Boolean allowCallbackRequestAccessToAllowedIPs, List<String> allowedIPs, String portType, Boolean processCallbackRequests) Constructs a validated instance ofAPICallbackSettings.Constructs a validated instance ofAPICallbackSettings. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungDecider to process callback requests based on Allowed IPsallowCallbackRequestAccessToAllowedIPs(Boolean allowCallbackRequestAccessToAllowedIPs) Decider to process callback requests based on Allowed IPsNative Servers can access the callback proxy through HTTPs protocalallowCallBackRequestsHTTPsAccessOnly(Boolean allowCallBackRequestsHTTPsAccessOnly) Native Servers can access the callback proxy through HTTPs protocalConfigure Allowed IPs.allowedIPs(List<String> allowedIPs) Configure Allowed IPs.builder()protected booleanbooleaninthashCode()portType()Select value from Loadbalancer, HTTP, HTTPS, External, the port used to forward to Native ServerSelect value from Loadbalancer, HTTP, HTTPS, External, the port used to forward to Native ServerDecider to process the callback URLsprocessCallbackRequests(Boolean processCallbackRequests) Decider to process the callback URLstoString()
-
Felddetails
-
allowCallBackRequestsHTTPsAccessOnly
Native Servers can access the callback proxy through HTTPs protocal -
allowCallbackRequestAccessToAllowedIPs
Decider to process callback requests based on Allowed IPs -
allowedIPs
Configure Allowed IPs. -
portType
Select value from Loadbalancer, HTTP, HTTPS, External, the port used to forward to Native Server -
processCallbackRequests
Decider to process the callback URLs
-
-
Konstruktordetails
-
APICallbackSettings
Constructs a validated instance ofAPICallbackSettings.- Parameter:
spec- the specification to process
-
APICallbackSettings
@Internal public APICallbackSettings(Boolean allowCallBackRequestsHTTPsAccessOnly, Boolean allowCallbackRequestAccessToAllowedIPs, List<String> allowedIPs, String portType, Boolean processCallbackRequests) Constructs a validated instance ofAPICallbackSettings.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
APICallbackSettings(Consumer)instead.- Parameter:
allowCallBackRequestsHTTPsAccessOnly- Native Servers can access the callback proxy through HTTPs protocalallowCallbackRequestAccessToAllowedIPs- Decider to process callback requests based on Allowed IPsallowedIPs- Configure Allowed IPs.portType- Select value from Loadbalancer, HTTP, HTTPS, External, the port used to forward to Native ServerprocessCallbackRequests- Decider to process the callback URLs
-
APICallbackSettings
protected APICallbackSettings()
-
-
Methodendetails
-
builder
-
allowCallBackRequestsHTTPsAccessOnly
Native Servers can access the callback proxy through HTTPs protocal -
allowCallbackRequestAccessToAllowedIPs
Decider to process callback requests based on Allowed IPs -
allowedIPs
Configure Allowed IPs. -
portType
Select value from Loadbalancer, HTTP, HTTPS, External, the port used to forward to Native Server -
processCallbackRequests
Decider to process the callback URLs -
allowCallBackRequestsHTTPsAccessOnly
public APICallbackSettings allowCallBackRequestsHTTPsAccessOnly(Boolean allowCallBackRequestsHTTPsAccessOnly) Native Servers can access the callback proxy through HTTPs protocal- Gibt zurück:
this.
-
allowCallbackRequestAccessToAllowedIPs
public APICallbackSettings 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
Decider to process the callback URLs- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-