Show TOC

 Interfaces and Classes for Using the Destination Service APILocate this document in the navigation structure

The interfaces and classes for using the Destination service API are located in the package com.sap.security.core.server.destinations.api in the façade tc~bl~security~destinations~api .

The most important interfaces provided with the Destination service API are the DestinationService and the Destination interfaces. Use the methods provided with the DestinationService interface to create, delete, or modify destinations. Use the methods provided with the Destination interface to establish a connection. The connection type interfaces (for example, HTTPDestination ) inherit the methods provided by these interfaces and add additional methods for the specific connection type.

Methods available with the DestinationService interface include:

  • getDestination
  • getDestinationTypes
  • getDestinationNames
  • createDestination
  • updateDestination
  • storeDestination
  • removeDestination

Methods available with the Destination interface include:

  • getName
  • getDestinationProperties

Additional methods available with the HTTPDestination interface include:

  • getURLConnection
  • getSocket