1 Reply Latest reply on Nov 1, 2006 3:20 PM by soshah

    Help Regarding JBOSS SSO

    soshah

      Hi Sohil

      Sorry for writing mail to you directly. I am actually working on SSO project for our company and was waiting eagerly for JBOSS SSO.

      I was going through the documents and as our User Info is maintained in database currently so I have to write my own class implementing LoginProvider interface

      But I have few confusions like what exactly is this method

      public Identity read(String username) throws IdentityException;

      I mean Identity Object.


      Would Appreciate if you can please explain me this or point me to some API where I can get reference to such questions.

      Thanks for your help

      regards
      Nipun

        • 1. Re: Help Regarding JBOSS SSO
          soshah

          Nipun-

          The Identity Object signifies a User's Identity related information in the system.

          It carries information like username, password, firstname, lastname, etc.

          If you get the source distribution of the project, this object is available under:

          components/jboss_identity_management/src/main/org/jboss/security/idm/Identity.java

          As a note: all your identity management related classes are found under this component

          Hope this helps.

          Thanks
          Sohil

          JBoss Federated SSO, Lead