authentication systems listed in the order they should be displayed in configInterface and the order in which they are saved in config, which is the order they are tried in 'automatic' auth mode


NAME

IX::Authenticate - run the right function based on call and environment


SYNOPSIS

  use IX::Authenticate;
  ...
  IX::Authenticate();


REQUIREMENTS

IX::Authenticate cannot run independently from the IX framework.


DESCRIPTION

IX::Authenticate works closely with IX::Login, handling the interfaces between the lgoin functionality and the authentication plugin(s) being used.

If no 'authsystems' are contained in $IX::Conf::x{authsystems}, the $default_authsystem will be used.

Please see the IX::Login documentation for information on manual vs. automatic authmodes defined by $IX::Conf::x{authmode}.


METHODS

authenticate()

text

configInterface()

text

help()

text

setVars()

text

try()

text


AUTHORS

Written and maintained by Marcus Del Greco (marcus@mindmined.com)