Also, remember that tynamo-security is just a front end to Apache Shiro. You 
need to understand how it works before you can fully understand the concepts 
here. They have great documentation and sample code. 

On Jan 27, 2013, at 11:49 AM, Segura <segur...@yandex.ru> wrote:

> Yes, i know it. And i read all of  http://tynamo.org/tapestry-security+guide
> <http://tynamo.org/tapestry-security+guide>  , but have not found a Realm's
> method call. 
> I thought that it is like working with the hibernate session:
> 
> @Inject
> private MyRealm realm;
> ...
> void foo()
> {
>  realm.addAccount(name, password);
>  realm.deleteAccount(name);
>  etc...
> }
> 
> Is my thinking correct?
> 
> 
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Call-Tynamo-s-SimpleAccountRealm-s-methods-tp5719578p5719583.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to