api.authentication.v1.ldap.test_helpers.ldap_authenticate package

Submodules

api.authentication.v1.ldap.test_helpers.ldap_authenticate.authenticate module

api.authentication.v1.ldap.test_helpers.ldap_authenticate.authenticate.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/authentication/v1/ldap/authenticate, respond with HTTP 403

api.authentication.v1.ldap.test_helpers.ldap_authenticate.authenticate.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/authentication/v1/ldap/authenticate, respond with HTTP 404

api.authentication.v1.ldap.test_helpers.ldap_authenticate.authenticate.success(function)[source]

Mock https://portal.mnemonic.no/web/api/authentication/v1/ldap/authenticate, respond with HTTP 200

api.authentication.v1.ldap.test_helpers.ldap_authenticate.authenticate.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/authentication/v1/ldap/authenticate, respond with HTTP 401

Module contents