Credentials class for use with sessions.
A session credential is created with a login and a password:
>>> cred = SessionCredentials('scott', 'tiger')
>>> cred.getLogin() 'scott'
and passwords with getPassword:
>>> cred.getPassword() 'tiger'
There are no attributes in this class.
getLogin()
getPassword()
There are no known subclasses.