I just atuhenticated...rendered home page...

then dogetAuthorization(...) gets called

        if (principals.fromRealm(getName()).size() <= 0)
        {
            System.out.println("principals from realm collection is empty");
            return null;
        }

principals has a collected item in it
but when I call with name as above size == 0

?
                                          

Reply via email to