webMethods Broker Administration Java API
Version 9.5.1.0.171 091713

COM.activesw.api.client
Class BrokerSSLConfig

java.lang.Object
  extended by COM.activesw.api.client.BrokerSSLConfig

public class BrokerSSLConfig
extends java.lang.Object

This class is a data structure used to describe a broker's SSL configuration.


Field Summary
 java.lang.String certificate_file
          The certificate file.
 java.lang.String distinguished_name
          The distinguished name.
 java.lang.String issuer_distinguished_name
          The issuer distinguished name (may be null).
 java.lang.String password
          The certificate file password.
 
Constructor Summary
BrokerSSLConfig()
          Create an empty SSL config object
BrokerSSLConfig(java.lang.String cert_file, java.lang.String password, java.lang.String dist_name, java.lang.String issuer_dist_name)
          Create a SSL config with values set.
 
Method Summary
 java.lang.String toString()
          Convert to a string.
 java.lang.String toString(int indent_level)
          Convert to a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

certificate_file

public java.lang.String certificate_file
The certificate file.


password

public java.lang.String password
The certificate file password. This value will be null for configurations retrieved from the broker so the password is not exposed on the network.


distinguished_name

public java.lang.String distinguished_name
The distinguished name.


issuer_distinguished_name

public java.lang.String issuer_distinguished_name
The issuer distinguished name (may be null).

Constructor Detail

BrokerSSLConfig

public BrokerSSLConfig()
Create an empty SSL config object


BrokerSSLConfig

public BrokerSSLConfig(java.lang.String cert_file,
                       java.lang.String password,
                       java.lang.String dist_name,
                       java.lang.String issuer_dist_name)
Create a SSL config with values set.

Method Detail

toString

public java.lang.String toString()
Convert to a string.

Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indent_level)
Convert to a string. The "indent_level" is the number of 4-space indents that the output should be generated for.


webMethods Broker Administration Java API
Version 9.5.1.0.171 091713


Copyright © 2001 - 2013 Software AG Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, United States of America, and/or their suppliers.