Mercurial > pub > Impl
annotate Lib/IMPL/Security/AuthResult.pm @ 3:2e546a5175dd
in developing
| author | Sergey |
|---|---|
| date | Tue, 11 Aug 2009 17:45:52 +0400 |
| parents | 03e58a454b20 |
| children | 16ada169ca75 |
| rev | line source |
|---|---|
| 0 | 1 package IMPL::Security::AuthResult; |
| 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 Session => prop_get; | |
| 11 public _direct property ClientSecData => prop_get; | |
| 12 public _direct property AuthMod => prop_get; | |
| 13 } | |
| 14 | |
| 15 | |
| 16 1; |
