lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm

12 lines
239 B
Perl
Raw Normal View History

2016-03-29 23:09:55 +02:00
package Lemonldap::NG::Portal::Main::Run;
use strict;
use Mouse;
# TODO in run
# - mustRedirect
2016-03-30 07:47:38 +02:00
# - store AuthnLevel in session (setSessionInfo)
# $self->{sessionInfo}->{authenticationLevel} = $self->_authentication->AuthnLevel
2016-03-29 23:09:55 +02:00
1;