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 TypeMethodDescriptionvoidsetCredentialsSource(CredentialsSource credentialsSource) Method to set the optional CredentialsSource.
-
Method Details
-
getService
Object getService() -
setCredentialsSource
Method to set the optional CredentialsSource. A ServiceConnector is free to use the CredentialsSource to provide credentials to a remote service.
-