web/views/authentication.py
changeset 9883 0a5890491ab3
parent 9402 2c48c091b6a2
child 10042 3e010722c071
equal deleted inserted replaced
9882:4db650d79e32 9883:0a5890491ab3
    42         """retrieve authentication information from the given request, raise
    42         """retrieve authentication information from the given request, raise
    43         NoAuthInfo if expected information is not found.
    43         NoAuthInfo if expected information is not found.
    44         """
    44         """
    45         raise NotImplementedError()
    45         raise NotImplementedError()
    46 
    46 
    47     def authenticated(self, retriever, req, cnx, login, authinfo):
    47     def authenticated(self, retriever, req, session, login, authinfo):
    48         """callback when return authentication information have opened a
    48         """callback when return authentication information have opened a
    49         repository connection successfully. Take care req has no session
    49         repository connection successfully. Take care req has no session
    50         attached yet, hence req.execute isn't available.
    50         attached yet, hence req.execute isn't available.
    51         """
    51         """
    52         pass
    52         pass