Class SL4B_AbstractCredentialsProvider
Object
|
+--SL4B_AbstractCredentialsProvider
-
Direct Known Subclasses:
-
SL4B_StandardCredentialsProvider, SL4B_KeyMasterCredentialsProvider
- class
SL4B_AbstractCredentialsProvider
The interface that must be implemented by a class that is interested in
providing the credentials that will be used to login to a Liberator.
The SL4B_Accessor singleton is used to get access to the
SL4B_AbstractCredentialsProvider that has been specified to be used in the web
pages configuration.
|
Method Summary |
void
|
getCredentials(<SL4B_AbstractRttpProvider> l_oRttpProvider)
Invoked by the specified SL4B_AbstractRttpProvider each time it needs to get the
credentials it requires to login to a Liberator.
|
String
|
getUsername()
Gets the username that will be (or was) used to login to the Liberator.
|
SL4B_AbstractCredentialsProvider
SL4B_AbstractCredentialsProvider()
Constructs an SL4B_AbstractCredentialsProvider.
getCredentials
void getCredentials(<SL4B_AbstractRttpProvider> l_oRttpProvider)
Invoked by the specified SL4B_AbstractRttpProvider each time it needs to get the
credentials it requires to login to a Liberator. Once the credentials have been obtained, the
SL4B_AbstractRttpProvider.login() method should be invoked on the
SL4B_AbstractRttpProvider, passing in the username and password as arguments.
Parameters:
l_oRttpProvider - A reference to the RttpProvider that requires the credentials.
getUsername
String getUsername()
Gets the username that will be (or was) used to login to the Liberator.
Returns:
The username that will be used by the credentials provider to login to the Liberator or null if a username is not available.
${JSDOC.FOOTER}
Documentation generated by
JSDoc on Tue May 12 09:30:26 2009