deephaven_enterprise.auth_context

This module provides tools for getting the current context’s authenticated and effective user.

Module Contents

get_auth_context()[source]

Get the authentication context for the current execution context.

Returns:

the authentication context

get_authenticated_user()[source]

Get the authenticated user for the current execution context.

Returns:

the authenticated user

get_dhe_auth_context()[source]

Get the authentication context for the current execution context as a DheAuthContext.

Returns:

the authentication context as a DheAuthContext

get_effective_user()[source]

Get the effective user for the current execution context.

Returns:

the effective user