Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] ICard getIssuer and getIssuerName - What's the diff?

Mike,

What's the diff?

According to the CardSpace TechRef there are two data fields in information card: .../ic:InformationCardMetaData/ic:IssuerId: This required element contains an identifier for the identity provider using which a selfissued credential descriptor in a card issued by that identity provider can be resolved to the correct self-issued card. The element content may be empty.

.../ic:InformationCardMetaData/ic:IssuerName: This required element contains a friendly name of the card issuer.

So, in case of CardSpace-interoperable providers, getIssuer() returns ic:IssuerId and getIssuerName() returns ic:IssuerName. Should we rename getIssuer() to getIssuerID()?

Thanks,
Sergey Lyakhov


----- Original Message ----- From: "Michael McIntosh" <mikemci@xxxxxxxxxx>
To: <higgins-dev@xxxxxxxxxxx>
Sent: Saturday, June 16, 2007 2:55 AM
Subject: [higgins-dev] ICard getIssuer and getIssuerName - What's the diff?


       /**
        * Returns the human friendly name of the card issuer, originator,
creator.
        */
       public String >
       /**
        * Returns the human friendly name of the card issuer, originator,
creator.
        */
       public String getIssuerName();

What's the diff?
_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev



Back to the top