Mercurial > pub > Impl
comparison Lib/IMPL/Security/Context.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 | 79bf75223afe |
children | 4c55aed00ff2 |
comparison
equal
deleted
inserted
replaced
94:79bf75223afe | 95:67eb8eaec3d4 |
---|---|
15 | 15 |
16 BEGIN { | 16 BEGIN { |
17 public property principal => prop_get; | 17 public property principal => prop_get; |
18 public property rolesAssigned => prop_all | prop_list; | 18 public property rolesAssigned => prop_all | prop_list; |
19 public property auth => prop_all; | 19 public property auth => prop_all; |
20 public property authority => prop_all; | |
20 } | 21 } |
21 | 22 |
22 sub CTOR { | 23 sub CTOR { |
23 my ($this) = @_; | 24 my ($this) = @_; |
24 | 25 |