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: [email protected]
For additional commands, e-mail: [email protected]