public interface InstrumentProvider
Modifier and Type | Interface and Description |
---|---|
static class |
InstrumentProvider.Context |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInstrument(java.lang.String ssoUsername,
java.lang.String toboUsername)
Returns the instrument for the given ssoUsername.
|
void |
initialise(InstrumentProvider.Context context)
This notifies the InstrumentProvider that it is about to be loaded.
|
void initialise(InstrumentProvider.Context context)
This notifies the InstrumentProvider that it is about to be loaded. This method will be called by the system once.
You should use this method to perform any initialisation required before the
InstrumentProvider
is loaded by the system.
java.lang.String getInstrument(java.lang.String ssoUsername, java.lang.String toboUsername) throws InstrumentNotFoundException
Returns the instrument for the given ssoUsername.
Use this method to determine which instrument should be returned.
InstrumentNotFoundException
Copyright © 2019 Caplin Systems.