r

restConnector-1.0

A secure, REST administrative connector that can be used locally or remotely using any Java developer kit. This connector enables remote access from a Java client or directly through an HTTPS call. The administrator and reader roles protect the connector. The connector requires TLS to keep the communication confidential. The HTTPS port used by the connector is defined through the default HTTP endpoint. This feature is superseded by the restConnector-2.0 feature and enables the jaxrs-1.1 feature.
Additional Features Terms & Conditions
Files download
File Operation
restConnector-1.0-24.0.0.5.pom download
Apache Maven
<dependency>
  <groupId>com.ibm.websphere.appserver.features</groupId>
  <artifactId>restConnector-1.0</artifactId>
  <version>24.0.0.5</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'com.ibm.websphere.appserver.features:restConnector-1.0:24.0.0.5'
Gradle Kotlin
implementation("com.ibm.websphere.appserver.features:restConnector-1.0:24.0.0.5")
Scala SBT
libraryDependencies += "com.ibm.websphere.appserver.features" % "restConnector-1.0" % "24.0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.websphere.appserver.features', module='restConnector-1.0', version='24.0.0.5')
)
Apache Ivy
<dependency org="com.ibm.websphere.appserver.features" name="restConnector-1.0" rev="24.0.0.5" />
Leiningen
[com.ibm.websphere.appserver.features/restConnector-1.0 "24.0.0.5"]
Apache Buildr
'com.ibm.websphere.appserver.features:restConnector-1.0:jar:24.0.0.5'