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

Reply via email to