Klasse RemoteISConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.RemoteISConfig
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteISConfig
extends Object
RemoteISConfig
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleangetAcl()ACL that governs which user groups on your server can use this alias for the remote server.getHost()Host name or IP address of the remote server for which you are creating an aliasSets the default number of client keep alive connections to retain for a given target endpoint.Password of the corresponding user in remote IS authorization servergetPort()Port number on which the remote server listens for incoming requests from your serverSpecifies the length of time (in minutes) that your server maintains an idle connection to a remote server.User name for a user account on the remote server.Whether you want your server to connect to the remote server using Secure Sockets Layer (SSL).inthashCode()voidACL that governs which user groups on your server can use this alias for the remote server.voidHost name or IP address of the remote server for which you are creating an aliasvoidsetKeepAlive(Integer keepAlive) Sets the default number of client keep alive connections to retain for a given target endpoint.voidsetPassword(String password) Password of the corresponding user in remote IS authorization servervoidPort number on which the remote server listens for incoming requests from your servervoidsetTimeout(Integer timeout) Specifies the length of time (in minutes) that your server maintains an idle connection to a remote server.voidsetUsername(String username) User name for a user account on the remote server.voidWhether you want your server to connect to the remote server using Secure Sockets Layer (SSL).toString()
-
Konstruktordetails
-
RemoteISConfig
-
RemoteISConfig
public RemoteISConfig()
-
-
Methodendetails
-
getAcl
ACL that governs which user groups on your server can use this alias for the remote server. Select an ACL from the drop down list. By default, only members of groups governed by the Internal ACL can use this alias. -
getHost
Host name or IP address of the remote server for which you are creating an alias -
getKeepAlive
Sets the default number of client keep alive connections to retain for a given target endpoint. If not specified, five keep alive connections are retained. -
getPassword
Password of the corresponding user in remote IS authorization server -
getPort
Port number on which the remote server listens for incoming requests from your server -
getTimeout
Specifies the length of time (in minutes) that your server maintains an idle connection to a remote server. -
getUseSSL
Whether you want your server to connect to the remote server using Secure Sockets Layer (SSL). -
getUsername
User name for a user account on the remote server. When you invoke a service using this alias, the remote server uses this user account for authentication and access control. -
setAcl
ACL that governs which user groups on your server can use this alias for the remote server. Select an ACL from the drop down list. By default, only members of groups governed by the Internal ACL can use this alias. -
setHost
Host name or IP address of the remote server for which you are creating an alias -
setKeepAlive
Sets the default number of client keep alive connections to retain for a given target endpoint. If not specified, five keep alive connections are retained. -
setPassword
Password of the corresponding user in remote IS authorization server -
setPort
Port number on which the remote server listens for incoming requests from your server -
setTimeout
Specifies the length of time (in minutes) that your server maintains an idle connection to a remote server. -
setUseSSL
Whether you want your server to connect to the remote server using Secure Sockets Layer (SSL). -
setUsername
User name for a user account on the remote server. When you invoke a service using this alias, the remote server uses this user account for authentication and access control. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-