Are you sure the module is loaded ? check the logs for that
Try using a simple hard coded id
On Sun, Apr 14, 2013 at 10:29 AM, ali alavi wrote:
> Hi everybody,
>
> To try Tynamo security, in AppModule I use these code:
>
> public static void bind(ServiceBinder binder) {
>binder.bind(Au
Hi everybody,
To try Tynamo security, in AppModule I use these code:
public static void bind(ServiceBinder binder) {
binder.bind(AuthorizingRealm.class,
UserRealm.class).withId(UserRealm.class.getSimpleName());
}
public static void contributeWebSecurityManager(Configuration
configura