Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: Security
 

Classic Java CAPS

Configuring JMS Clients

Configuring Java CAPS for SSL Support

Configuring Java CAPS Business Processes

Configuring Environment Components for the Sun Business Process Manager

Configuring Sun Master Indexes (Repository)

Configuring Java CAPS Project Components for Application Adapters

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Project Components for Database Adapters

Configuring Java CAPS Project Components for Web Server Adapters

Configuring Java CAPS Environment Components for Application Adapters

Using the Environment Properties Editor

To Configure the Environment Properties

Configuring Oracle Applications Adapter Environment Properties

Outbound Oracle Applications Adapter Properties

Outbound Oracle Adapter Properties with XA support

Configuring the PeopleSoft HTTP Client Adapter Environment Properties

HTTP Settings

Proxy Configuration

Security and Authentication

Security and SSL

PeopleSoft Settings

PeopleSoft Settings and PeopleTools 8.42 Settings

PeopleSoft Settings and PeopleTools 8.13 Settings

Configuring SAP BAPI Adapter Environment Properties

Inbound SAP BAPI Adapter

Outbound SAP BAPI Adapter

Configuring the Siebel EAI Adapter Environment Properties

Siebel EAI

HTTP Settings

Proxy Configuration

Security

Additional SSL Section Notes

Adapter Environment Properties

Configuring the SWIFT Alliance Gateway Adapter Environment Properties

To Configure the SWIFT AG Adapter Environment Properties

SWIFT AG Adapter Environment Properties

Transport

Connection Pool Settings

Configuring Websphere MQ Adapter Environment Properties

Inbound MQSeries Adapter -- Inbound Adapter Environment Configuration

Outbound MQSeries Adapter (XA) -- Outbound Adapter Environment Configuration

Outbound MQSeries Adapter (XA) -- Connection Retry Settings

Outbound MQSeries Adapter (XA) -- Connection Pool Settings

Outbound MQSeries Adapter -- Outbound Adapter Environment Configuration

Outbound MQSeries Adapter -- Connection Retry Settings

Outbound MQSeries Adapter -- Connection Pool Settings

Outbound MQSeries Adapter -- Connection Establishment Mode

Accessing Non-Local Queue Managers and Non-Local Queues

Configuring Java CAPS Environment Components for Communications Adapters

Configuring Java CAPS Environment Components for Database Adapters

Configuring Java CAPS Environment Components for Web Server Adapters

Configuring JDBC/ODBC Drivers

Configuring SAP R/3 for the SAP BAPI Adapter

Configuring Secure Network Communications for SAP

Configuring Siebel EAI Workflows

Importing an SNA Custom Handshake Class

Configuring WebLogic for Asynchronous Communication

Configuring Master Index (Repository) Connectivity and Environments

Related Topics for Sun Adapter for Batch/FTP

Java EE Based Components

Broadcasting Master Index Updates to External Systems

Configuring Sun Master Indexes

Security

The Environment Configuration Security properties are used to perform HTTP authentication and SSL connections. They include the following configuration sections:

Authentication

Details for the Authentication settings used for HTTP authentication are detailed in the table.

Environment Configuration — Security and Authentication

Name
Description
Required Value
HTTP Username
Specifies the user name for authenticating the web site specified by the URL.
A valid user name.

Note - Enter a value for this property before you enter a value for the HTTPpassword properties.

HTTP Password
Specifies the password used for authenticating the web site specified by the URL.
A valid password.

Note - Be sure to enter a value for the HTTPusernameproperties before entering this property.

SSL

Details for the SSL settings used for SSL connections are detailed in the table.

Environment Configuration — Security and SSL

Name
Description
Required Value
Protocol SSL
The SSL protocol to use when establishing an SSL connection with the server. If the protocol is not set by this method, the default protocol type, TLS (Sun JSSE), is used.
If you are using the default Sun JSSE provider, choose one of the following settings:

TLSv1

TLS

SSLv2

SSLv3

SSL

If you are running the Sun Application Server on AIX, choose one of the following settings:

SSL-TLS

TLSv1

TLS

SSLv3

SSLv2

SSL

For details on these settings, see the appropriate JSSE documentation.

JSSE Provider Class
Specifies the fully qualified name of the JSSE provider class. For more information, see the Sun Java Web site at:

http://java.sun.com

The name of a valid JSSE provider class. The default is

com.sun.net.ssl.internal.ssl.Provider

If you are running the Sun Application Server on AIX, specify

com.ibm.jsse.IBMJSSEProvider.

X509 Algorithm Name
Specifies the X509 algorithm name to use for the trust and key manager factories.
The name of a valid X509 algorithm. The default is SunX509. If you are running the Sun Application Server on AIX, specify IbmX509.
Verify Hostname
See Verify hostname for further information.
KeyStore Type
Specifies the default KeyStore type. The keystore type is used for key/certificate management when establishing an SSL connection. If the default KeyStore type is not set by this method, the default KeyStore type, JKS, is used.
KeyStore
Specifies the default KeyStore file. The keystore is used for key/certificate management when establishing SSL connections.
A valid package location.

There is no default value.

KeyStore Username
The username for accessing the keystore used for key/certificate management when establishing SSL connections.

Note - If the keystore type is PKCS12 or JKS, the keystore username properties is not used. PKCS12 and JKS keystore types require passwords for access but do not require user names. If you enter a value for this property, it is ignored for PKCS12 and JKS.

KeyStore Password
Specifies the default KeyStore password. The password is used to access the KeyStore used for key/certificate management when establishing SSL connections.
There is no default value.
TrustStore Type
The TrustStore type of the TrustStore used for CA certificate management when establishing SSL connections. If the TrustStore type is not set by this method, the default TrustStore type, JKS, is used.
A valid TrustStore type.
TrustStore
Specifies the default TrustStore. The TrustStore is used for CA certificate management when establishing SSL connections.
A valid TrustStore name.

There is no default value.

TrustStore Password
Specifies the default TrustStore password. The password is for accessing the TrustStore used for CA certificate management when establishing SSL connections.
A valid TrustStore password.

There is no default value.