public static class Safeguard.A2A.Event extends Object
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
static ISafeguardEventListener |
getPersistentA2AEventListener(char[] apiKey,
ISafeguardEventHandler handler,
String networkAddress,
String certificatePath,
char[] certificatePassword,
Integer apiVersion,
Boolean ignoreSsl)
Get a persistent A2A event listener for Gets an A2A event
listener.
|
static ISafeguardEventListener |
getPersistentA2AEventListener(char[] apiKey,
ISafeguardEventHandler handler,
String networkAddress,
String keystorePath,
char[] keystorePassword,
String certificateAlias,
Integer apiVersion,
Boolean ignoreSsl)
Get a persistent A2A event listener for Gets an A2A event
listener.
|
static ISafeguardEventListener |
getPersistentA2AEventListener(List<char[]> apiKeys,
ISafeguardEventHandler handler,
String networkAddress,
String certificatePath,
char[] certificatePassword,
Integer apiVersion,
Boolean ignoreSsl)
Get a persistent A2A event listener for Gets an A2A event
listener.
|
static ISafeguardEventListener |
getPersistentA2AEventListener(List<char[]> apiKeys,
ISafeguardEventHandler handler,
String networkAddress,
String keystorePath,
char[] keystorePassword,
String certificateAlias,
Integer apiVersion,
Boolean ignoreSsl)
Get a persistent A2A event listener for Gets an A2A event
listener.
|
public static ISafeguardEventListener getPersistentA2AEventListener(char[] apiKey, ISafeguardEventHandler handler, String networkAddress, String keystorePath, char[] keystorePassword, String certificateAlias, Integer apiVersion, Boolean ignoreSsl) throws ObjectDisposedException, ArgumentException
apiKey - API key corresponding to the configured account to
listen for.handler - A delegate to call any time the
AssetAccountPasswordUpdate event occurs.networkAddress - Network address of Safeguard appliance.keystorePath - Path to the keystore containing the client
certificate.keystorePassword - Keystore password.certificateAlias - Alias identifying a client certificate in
the keystore.apiVersion - Target API version to use.ignoreSsl - Ignore server certificate validation.ObjectDisposedException - Object has already been disposed.ArgumentException - Invalid argument.public static ISafeguardEventListener getPersistentA2AEventListener(char[] apiKey, ISafeguardEventHandler handler, String networkAddress, String certificatePath, char[] certificatePassword, Integer apiVersion, Boolean ignoreSsl) throws ObjectDisposedException, ArgumentException
apiKey - API key corresponding to the configured account to
listen for.handler - A delegate to call any time the
AssetAccountPasswordUpdate event occurs.networkAddress - Network address of Safeguard appliance.certificatePath - Path to PFX (or PKCS12) certificate file
also containing private key.certificatePassword - Password to decrypt the certificate file.apiVersion - Target API version to use.ignoreSsl - Ignore server certificate validation.ObjectDisposedException - Object has already been disposed.ArgumentException - Invalid argument.public static ISafeguardEventListener getPersistentA2AEventListener(List<char[]> apiKeys, ISafeguardEventHandler handler, String networkAddress, String keystorePath, char[] keystorePassword, String certificateAlias, Integer apiVersion, Boolean ignoreSsl) throws ObjectDisposedException, ArgumentException
apiKeys - A list of API keys corresponding to the configured accounts to
listen for.handler - A delegate to call any time the
AssetAccountPasswordUpdate event occurs.networkAddress - Network address of Safeguard appliance.keystorePath - Path to the keystore containing the client
certificate.keystorePassword - Keystore password.certificateAlias - Alias identifying a client certificate in
the keystore.apiVersion - Target API version to use.ignoreSsl - Ignore server certificate validation.ObjectDisposedException - Object has already been disposed.ArgumentException - Invalid argument.public static ISafeguardEventListener getPersistentA2AEventListener(List<char[]> apiKeys, ISafeguardEventHandler handler, String networkAddress, String certificatePath, char[] certificatePassword, Integer apiVersion, Boolean ignoreSsl) throws ObjectDisposedException, ArgumentException
apiKeys - A list of API key corresponding to the configured accounts to
listen for.handler - A delegate to call any time the
AssetAccountPasswordUpdate event occurs.networkAddress - Network address of Safeguard appliance.certificatePath - Path to PFX (or PKCS12) certificate file
also containing private key.certificatePassword - Password to decrypt the certificate file.apiVersion - Target API version to use.ignoreSsl - Ignore server certificate validation.ObjectDisposedException - Object has already been disposed.ArgumentException - Invalid argument.Copyright © 2019. All rights reserved.