Properties For SSL Authentication (isAnonymous = true)

One way SSL authentication properties for a target operation.

Trust Identity Provider (TIP) properties are used if the Is Anonymous flag is set to true for any target service. TIBCO API Exchange Gateway supports the one way SSL authentication , that is, when the service is accessed by the Core Engine and the service does not require the authentication of the client.

Use Case

Use service when no authentication of the client required (one way SSL).

Example Properties

See the following properties:

Properties

Table SSL Authentication Properties for Service explains the properties for SSL authentication (one way SSL authentication) for the service.

SSL Authentication Properties for Service
Property Description
com.tibco.trinity.runtime.core.provider.identity.trust.trustStoreServiceProvider
  Specifies that trust store service provider uses keystores for credentials. By default, this is configured to use internal implementation and should not be changed. It is configured as follows:

class:com.tibco.trinity.runtime.core.provider.credential.keystore

com.tibco.trinity.runtime.core.provider.credential.keystore.truststore.keyStoreLocation
  Specifies the location of the keystore.
com.tibco.trinity.runtime.core.provider.credential.keystore.truststore.keyStorePassword
  Specifies the password to unlock the keystore.
com.tibco.trinity.runtime.core.provider.credential.keystore.truststore.keyStoreRefreshInterval
  Specifies the refresh interval (milliseconds).
com.tibco.trinity.runtime.core.provider.credential.keystore.truststore.keyStoreType
  Specifies the keystore type. Supported formats are JKS,PKCS12.

.