public class As2Station extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
domain
The station's AS2 domain name.
|
String |
hexPublicCertificateSerial
Serial of public certificate used for message security in hex format.
|
Long |
id
Id of the AS2 Station.
|
String |
name
The station's formal AS2 name.
|
String |
privateKey |
String |
privateKeyMd5
MD5 hash of private key used for message security.
|
String |
privateKeyPassword |
String |
privateKeyPasswordMd5
MD5 hash of private key password used for message security.
|
String |
publicCertificate |
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 |
uri
Public URI for sending AS2 message to.
|
| Constructor and Description |
|---|
As2Station() |
As2Station(HashMap<String,Object> parameters) |
As2Station(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<As2Station> |
all() |
static ListIterator<As2Station> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static As2Station |
create(HashMap<String,Object> parameters)
Parameters:
name (required) - string - AS2 Name
public_certificate (required) - string
private_key (required) - string
private_key_password - string
|
static As2Station |
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 As2Station |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static As2Station |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - As2 Station ID.
|
static As2Station |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static As2Station |
get() |
static As2Station |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<As2Station> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<As2Station> |
list(HashMap<String,Object> parameters) |
static ListIterator<As2Station> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
As2Station |
update()
Parameters:
name - string - AS2 Name
public_certificate - string
private_key - string
private_key_password - string
|
static As2Station |
update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static As2Station |
update(Long id,
HashMap<String,Object> parameters)
Parameters:
name - string - AS2 Name
public_certificate - string
private_key - string
private_key_password - string
|
static As2Station |
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 String name
public String uri
public String domain
public String hexPublicCertificateSerial
public String publicCertificateMd5
public String privateKeyMd5
public String publicCertificateSubject
public String publicCertificateIssuer
public String publicCertificateSerial
public String publicCertificateNotBefore
public String publicCertificateNotAfter
public String privateKeyPasswordMd5
public String publicCertificate
public String privateKey
public String privateKeyPassword
public As2Station 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<As2Station> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2Station> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2Station> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2Station> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<As2Station> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Station find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static As2Station find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Station find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Station get() throws RuntimeException
RuntimeExceptionpublic static As2Station get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Station create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static As2Station create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Station update(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static As2Station update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static As2Station 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.