Hello. 
Trying to configurate Tapestry-Security.
Added into my AppModule

@Contribute(WebSecurityManager.class)
public static void addRealms(Configuration<Realm> configuration) {
   SimpleAccountRealm realm = new SimpleAccountRealm();
   configuration.add(realm);
}

But i cant understand how to call SimpleAccountRealm's methods (addAccount,
getUsername, etc). I need registration form. Is it possible?




--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Call-Tynamo-s-SimpleAccountRealm-s-methods-tp5719578.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