Show TOC Start of Content Area

Background documentation Interfaces and Classes for Using the Destination Service API  Locate the document in its SAP Library 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 DestinationServiceand 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 DestinationServiceinterface include:

·        getDestination

·        getDestinationTypes

·        getDestinationNames

·        createDestination

·        updateDestination

·        storeDestination

·        removeDestination

Methods available with the Destinationinterface include:

·        getName

·        getDestinationProperties

Additional methods available with the HTTPDestination interface include:

·        getURLConnection

·        getSocket

 

End of Content Area