public class As2Partner extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
additionalHttpHeaders
Additional HTTP Headers for outgoing message sent to this partner.
|
Long |
as2StationId
ID of the AS2 Station associated with this partner.
|
String |
defaultMimeType
Default mime type of the file attached to the encrypted message
|
Boolean |
enableDedicatedIps
If `true`, we will use your site's dedicated IPs for all outbound connections to this AS2 Partner.
|
String |
hexPublicCertificateSerial
Serial of public certificate used for message security in hex format.
|
String |
httpAuthPassword
Password to send to server for HTTP Authentication.
|
String |
httpAuthUsername
Username to send to server for HTTP Authentication.
|
Long |
id
ID of the AS2 Partner.
|
String |
mdnValidationLevel
How should Files.com evaluate message transfer success based on a partner's MDN response?
|
String |
name
The partner's formal AS2 name.
|
String |
publicCertificate
Public certificate for AS2 Partner.
|
String |
publicCertificateIssuer
Issuer of public certificate used for message security.
|
String |
publicCertificateMd5
MD5 hash of public certificate used for message security.
|
String |
publicCertificateNotAfter
Not after value of public certificate used for message security.
|
String |
publicCertificateNotBefore
Not before value of public certificate used for message security.
|
String |
publicCertificateSerial
Serial of public certificate used for message security.
|
String |
publicCertificateSubject
Subject of public certificate used for message security.
|
String |
serverCertificate
Should we require that the remote HTTP server have a valid SSL Certificate for HTTPS?
|
String |
uri
Public URI where we will send the AS2 messages (via HTTP/HTTPS).
|
| Constructor and Description |
|---|
As2Partner() |
As2Partner(HashMap<String,Object> parameters) |
As2Partner(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<As2Partner> |
all() |
static ListIterator<As2Partner> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static As2Partner |
create(HashMap<String,Object> parameters)
Parameters:
enable_dedicated_ips - boolean - If `true`, we will use your site's dedicated IPs for all outbound connections to this AS2 Partner.
|
static As2Partner |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
delete() |
static void |
delete(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
delete(Long id,
HashMap<String,Object> parameters) |
static void |
delete(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
destroy() |
void |
destroy(HashMap<String,Object> parameters) |
static void |
destroy(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static As2Partner |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static As2Partner |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - As2 Partner ID.
|
static As2Partner |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static As2Partner |
get() |
static As2Partner |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<As2Partner> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<As2Partner> |
list(HashMap<String,Object> parameters) |
static ListIterator<As2Partner> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
As2Partner |
update()
Parameters:
enable_dedicated_ips - boolean - If `true`, we will use your site's dedicated IPs for all outbound connections to this AS2 Partner.
|
static As2Partner |
update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static As2Partner |
update(Long id,
HashMap<String,Object> parameters)
Parameters:
enable_dedicated_ips - boolean - If `true`, we will use your site's dedicated IPs for all outbound connections to this AS2 Partner.
|
static As2Partner |
update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public Long as2StationId
public String name
public String uri
public String serverCertificate
public String httpAuthUsername
public Map<String,String> additionalHttpHeaders
public String defaultMimeType
public String mdnValidationLevel
public Boolean enableDedicatedIps
public String hexPublicCertificateSerial
public String publicCertificateMd5
public String publicCertificateSubject
public String publicCertificateIssuer
public String publicCertificateSerial
public String publicCertificateNotBefore
public String publicCertificateNotAfter
public String httpAuthPassword
public String publicCertificate
public As2Partner update() throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static ListIterator<As2Partner> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2Partner> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2Partner> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2Partner> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2Partner> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Partner find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static As2Partner find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Partner find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Partner get() throws RuntimeException
RuntimeExceptionpublic static As2Partner get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Partner create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static As2Partner create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Partner update(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static As2Partner update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Partner update(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static void delete(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void destroy()
throws RuntimeException
RuntimeExceptionpublic static void destroy(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.