All Implemented Interfaces:
Serializable, HierarchicalSecurityTarget, Owneable, SecurityTarget
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@GenerateDto(dtoPackage="net.datenwerke.rs.remotersrestserver.client.remotersrestserver.dto", poso2DtoPostProcessors=RemoteRsRestServer2DtoPostProcessor.class, additionalFields=, icon="laptop") @Indexed public class RemoteRsRestServer extends RemoteServerDefinition
Used to define a connection to the external RS server
See Also:
  • Constructor Details

    • RemoteRsRestServer

      public RemoteRsRestServer()
  • Method Details

    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getApikey

      public String getApikey()
      Gets the decrypted apikey.
      Returns:
      the decrypted apikey
    • setApikey

      public void setApikey(String apikey)
      Encrypts and sets the given apikey.
      Parameters:
      apikey - the apikey to encrypt and set
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)