







This namespace contains all logic used for access verification.
Classes
Class | Description | |
---|---|---|
![]() | ASPNETAuthenticator |
This class authenicates users agains the built in ASP.Net Page authenication. Use this authenticator
when FormsAuthentication, Windows or Passport authentication providers are used in Web.config.
|
![]() | IPAuthenticator |
This class is a session authenticator implementation, this implementation will check for
session keys defined by the config options "authenticator.session.logged_in_key,
authenticator.session.groups_key".
|
![]() | SessionAuthenticator |
This class is a session authenticator implementation, this implementation will check for
session keys defined by the config options "authenticator.session.logged_in_key,
authenticator.session.groups_key".
|