ciecplib.cookies

Cookie handling for SAML ECP authentication.

Functions

extract_session_cookie(jar, url)

Return a session cookie for the given URL from the jar.

has_session_cookies(jar, url)

Return True if the given cookie jar has a session cookie we can use.

load_cookiejar(cookiefile[, strict, ...])

Load a cookie jar from a file.

Classes

ECPCookieJar([filename, delayload, policy])

Custom cookie jar that stores cookies in the cURL format.

Class Inheritance Diagram

Inheritance diagram of ciecplib.cookies.ECPCookieJar