view Lib/IMPL/Web/Security/User.pm @ 95:67eb8eaec3d4

Added a security authority property to the Context and Security classes Added a WriteResponse method to the SecureCookie class Added a setCookie method to the Response class
author wizard
date Thu, 29 Apr 2010 02:21:27 +0400
parents 3a4205e7b663
children 4267a2ac3d46
line wrap: on
line source

package IMPL::Web::Security::User;

use base qw(IMPL::Security::Principal);

1;