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
    Konstruktor
    Beschreibung
     
    RemoteISConfig(String acl, String host, Integer keepAlive, String password, Integer port, Integer timeout, Boolean useSSL, String username)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected boolean
     
    boolean
     
    ACL that governs which user groups on your server can use this alias for the remote server.
    Host name or IP address of the remote server for which you are creating an alias
    Sets the default number of client keep alive connections to retain for a given target endpoint.
    Password of the corresponding user in remote IS authorization server
    Port number on which the remote server listens for incoming requests from your server
    Specifies 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).
    int
     
    void
    ACL that governs which user groups on your server can use this alias for the remote server.
    void
    Host name or IP address of the remote server for which you are creating an alias
    void
    setKeepAlive(Integer keepAlive)
    Sets the default number of client keep alive connections to retain for a given target endpoint.
    void
    setPassword(String password)
    Password of the corresponding user in remote IS authorization server
    void
    Port number on which the remote server listens for incoming requests from your server
    void
    Specifies the length of time (in minutes) that your server maintains an idle connection to a remote server.
    void
    setUsername(String username)
    User name for a user account on the remote server.
    void
    Whether you want your server to connect to the remote server using Secure Sockets Layer (SSL).
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Konstruktordetails

  • Methodendetails

    • getAcl

      public String 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

      public String getHost()
      Host name or IP address of the remote server for which you are creating an alias
    • getKeepAlive

      public Integer 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

      public String getPassword()
      Password of the corresponding user in remote IS authorization server
    • getPort

      public Integer getPort()
      Port number on which the remote server listens for incoming requests from your server
    • getTimeout

      public Integer getTimeout()
      Specifies the length of time (in minutes) that your server maintains an idle connection to a remote server.
    • getUseSSL

      public Boolean getUseSSL()
      Whether you want your server to connect to the remote server using Secure Sockets Layer (SSL).
    • getUsername

      public String 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

      public void setAcl(String acl)
      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

      public void setHost(String host)
      Host name or IP address of the remote server for which you are creating an alias
    • setKeepAlive

      public void setKeepAlive(Integer keepAlive)
      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

      public void setPassword(String password)
      Password of the corresponding user in remote IS authorization server
    • setPort

      public void setPort(Integer port)
      Port number on which the remote server listens for incoming requests from your server
    • setTimeout

      public void setTimeout(Integer timeout)
      Specifies the length of time (in minutes) that your server maintains an idle connection to a remote server.
    • setUseSSL

      public void setUseSSL(Boolean useSSL)
      Whether you want your server to connect to the remote server using Secure Sockets Layer (SSL).
    • setUsername

      public void setUsername(String username)
      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

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object