Interface ServiceConnector

All Known Implementing Classes:
AbstractServiceConnector, BusLocalConnector, HttpInvokerConnector, SOAPConnector

public interface ServiceConnector
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setCredentialsSource(org.kuali.rice.core.api.security.credentials.CredentialsSource credentialsSource)
    Method to set the optional CredentialsSource.
  • Method Details

    • getService

      Object getService()
    • setCredentialsSource

      void setCredentialsSource(org.kuali.rice.core.api.security.credentials.CredentialsSource credentialsSource)
      Method to set the optional CredentialsSource. A ServiceConnector is free to use the CredentialsSource to provide credentials to a remote service.