Mercurial > pub > Impl
comparison Lib/IMPL/Security/Auth/AuthResult.pm @ 51:a1498298d3ee
Security in progress
| author | wizard@linux-odin.local |
|---|---|
| date | Mon, 01 Mar 2010 17:25:36 +0300 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 50:521c9c1a3ea1 | 51:a1498298d3ee |
|---|---|
| 1 package IMPL::Security::Auth::Result; | |
| 2 use strict; | |
| 3 | |
| 4 use base qw(IMPL::Object); | |
| 5 use IMPL::Class::Property; | |
| 6 use IMPL::Class::Property::Direct; | |
| 7 | |
| 8 BEGIN { | |
| 9 public _direct property State => prop_get; | |
| 10 public _direct property ClientSecData => prop_get; | |
| 11 public _direct property AuthMod => prop_get; | |
| 12 } | |
| 13 | |
| 14 | |
| 15 1; |
