Mercurial > pub > Impl
diff 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 |
line wrap: on
line diff
--- a/Lib/IMPL/Security/Context.pm Thu Apr 29 01:31:27 2010 +0400 +++ b/Lib/IMPL/Security/Context.pm Thu Apr 29 02:21:27 2010 +0400 @@ -17,6 +17,7 @@ public property principal => prop_get; public property rolesAssigned => prop_all | prop_list; public property auth => prop_all; + public property authority => prop_all; } sub CTOR {