- Timestamp:
- 3 Dec 2011, 05:25:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py
r7240 r7255 20 20 """ 21 21 import grok 22 from zope.component import getUtility 23 from zope.password.interfaces import IPasswordManager 24 from zope.pluggableauth.interfaces import ( 25 IAuthenticatorPlugin, ICredentialsPlugin) 26 from zope.pluggableauth.plugins.session import ( 27 SessionCredentialsPlugin, SessionCredentials) 28 from zope.publisher.interfaces.http import IHTTPRequest 29 from zope.session.interfaces import ISession 30 from waeup.sirp.authentication import SIRPPrincipalInfo, get_principal_role_manager 31 from waeup.sirp.interfaces import ( 32 IAuthPluginUtility, IUserAccount, IPasswordValidator) 22 from zope.pluggableauth.interfaces import IAuthenticatorPlugin 23 from waeup.sirp.interfaces import IAuthPluginUtility, IUserAccount 33 24 from waeup.sirp.applicants.interfaces import IApplicant 34 25 from waeup.sirp.students.authentication import (
Note: See TracChangeset for help on using the changeset viewer.