Mercurial > pub > Impl
diff Lib/IMPL/Web/Handler/SecureCookie.pm @ 233:3cebcf6fdb9b
refactoring, cleaning code
author | sergey |
---|---|
date | Thu, 11 Oct 2012 04:53:08 +0400 |
parents | ff1e8fa932f2 |
children | b8c724f6de36 |
line wrap: on
line diff
--- a/Lib/IMPL/Web/Handler/SecureCookie.pm Tue Oct 09 20:12:47 2012 +0400 +++ b/Lib/IMPL/Web/Handler/SecureCookie.pm Thu Oct 11 04:53:08 2012 +0400 @@ -95,7 +95,7 @@ my $context = $this->$manager->CreateSession( sessionId => $sid, principal => $user, - auth => AuthSimple->new(password => $cookie), + auth => AuthSimple->Create(password => $cookie), authority => $this, assignedRoles => $roles ); @@ -152,6 +152,11 @@ Скаляр, использующийся для подписи данных. +=head2 C<[get,set] manager> + +Реализация менеджера безопасности, отвечающая за реализацию взаимодействия с +моделью безопасности. + =head2 C<InitSession($user,$auth,$roles)> =cut