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')
926
925
self.sso_login = SSOLoginClient(sso_login)
927
926
sso_cred = yield root.callRemote('get_sso_credentials')
928
927
self.sso_cred = SSOCredentialsClient(sso_cred)