2 Replies Latest reply on Jun 23, 2011 12:58 PM by riboriori

    Security:RelationShipManager problem

    riboriori

      Hi all,
      In my authenticator i have a problem; in my login facelet i invoke identity.login in order to authenicate a user; i can read injected Credentials object, but when i try this code:




      Collection<Group> userGroups=null;
      try
      {
          userGroups = identitySession.getRelationshipManager().findAssociatedGroups(user);
      }
      catch(Exception e)
      {
          e.prontStackTtrace();
      }
      



      i got a SystemOut in my console:


      Invoked unimplemented method findIdentityObject();
      


      Anyone about this?
      Regards