Package auth3k :: Module authweb
[hide private]
[frames] | no frames]

Module authweb

source code

Classes [hide private]
  AuthEnviron
An environment to authenticate objects
  PublicAuthenticator
A Simple wrapper to share / export the method create_authentication
  AuthGood
  AuthBad
  Auth
Functions [hide private]
 
myxorcrypt(x, y) source code
 
xorcrypt(x, y) source code
 
default_public_authenticator(environ=None)
Creates a public authenticator, useful to share with SPyRO
source code
 
set_default_environ(environ)
Sets the default environment.
source code
Variables [hide private]
  ___doc__ = '\n\nAuthentication methods and classes for SPyRO r...
  warn = warn.Warn("auth3k.authweb")
  DefaultAuthEnviron = None
Function Details [hide private]

set_default_environ(environ)

source code 
Sets the default environment. The default environment is used if environ=None in the Auth constructor

Variables Details [hide private]

___doc__

Value:
'''

Authentication methods and classes for SPyRO remote objects based on r\
emote web authenticators.

'''