123456789101112131415161718192021222324 |
- ###############################################################################
- # Copyright (c) 2016 IBM Corporation and others.
- # All rights reserved. This program and the accompanying materials
- # are made available under the terms of the Eclipse Public License v1.0
- # which accompanies this distribution, and is available at
- # http://www.eclipse.org/legal/epl-v10.html
- #
- # Contributors:
- # IBM Corporation - initial API and implementation
- ###############################################################################
- #
- #ISMESSAGEFILE FALSE
- #NLS_ENCODING=UNICODE
- #NLS_MESSAGEFORMAT_NONE
- #
- description=Conector administrativo REST seguro que se puede utilizar de forma local o remota con cualquier kit de desarrollador Java. \
- Este conector permite el acceso remoto desde un cliente Java o directamente a trav\u00e9s de una llamada HTTPS. \
- Los roles de administrador y de lector protegen el conector. \
- El conector necesita TLS para mantener la comunicaci\u00f3n confidencial. \
- El puerto HTTPS utilizado por el conector se define a trav\u00e9s del punto final HTTP predeterminado. \
- Esta caracter\u00edstica sustituye a la caracter\u00edstica restConnector-1.0. \
- Habilita las API de configuraci\u00f3n de manejador REST. \
- Cuando esta caracter\u00edstica se combina con las caracter\u00edsticas que soportan la validaci\u00f3n de la configuraci\u00f3n, se habilitan las API de validaci\u00f3n de manejador REST correspondientes.
|