922
922
def _request_remote_objects(self, root):
923
923
"""Get the status remote object."""
924
924
sso_login = yield root.callRemote('get_sso_login')
925
926
self.sso_login = SSOLoginClient(sso_login)
926
927
sso_cred = yield root.callRemote('get_sso_credentials')
927
928
self.sso_cred = SSOCredentialsClient(sso_cred)