Interface for a context object created by the SDK to pass to the IdentityConnector code.
The IdentityApplication object creates a context instance containing an
IdentityService instance and
ExceptionHandler instances for the connector
to access. It calls the
init(IdentityConnectorContext) method to pass the context to
the connector code.
Public Method Summary
| abstract IdentityService |
getIdentityService()
Returns the
IdentityService instance used to communicate with the Cloud Search API. |
Inherited Method Summary
Public Methods
public abstract IdentityService getIdentityService ()
Returns the IdentityService instance used to communicate with the Cloud Search API.
Returns
- an
IdentityServiceinstance