12345678910111213141516171819202122 |
- # Licensed Materials - Property of IBM
- #
- # "Restricted Materials of IBM"
- #
- # Copyright IBM Corp. 2012, 2016 All Rights Reserved.
- #
- # US Government Users Restricted Rights - Use, duplication or
- # disclosure restricted by GSA ADP Schedule Contract with
- # IBM Corp.
- #
- # -------------------------------------------------------------------------------------------------
- #
- #ISMESSAGEFILE FALSE
- #NLS_ENCODING=UNICODE
- #NLS_MESSAGEFORMAT_NONE
- #
- description=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.
|