Example #1
0
    def build_saml_handler(self):
        from synapse.handlers.saml_handler import SamlHandler

        return SamlHandler(self)
Example #2
0
    def get_saml_handler(self) -> "SamlHandler":
        from synapse.handlers.saml_handler import SamlHandler

        return SamlHandler(self)