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,

Add ITokenCard getIssuedTokenIssuer to this question.

There are two unclear methods in ITokenCard interface: getIssuedTokenIssuer() and getCardIssuerEndpoint(). I did not implement these methods because they seems to be the same as ICard.getIssuer() and ITokenService.getEndpointReference().getAddress(). I think we need to review ICard and ITokenCard interfaces (perhaps, remove ITokenCard, separate IInformationCard into IManagedCard and IPersonalCard, etc.), because these interfaces in org.eclipse.higgins.icard project and interfaces described on wiki page http://wiki.eclipse.org/index.php/I-Card_Interfaces are quite different. For example, getTokenServices() and getRequireAppliesTo() methods are required for managed card only and do not have any sence in case of personal card.

Thanks,
Sergey Lyakhov

----- Original Message ----- From: "Michael McIntosh" <mikemci@xxxxxxxxxx> To: "Higgins (Trust Framework) Project developer discussions" <higgins-dev@xxxxxxxxxxx>
Cc: <higgins-dev@xxxxxxxxxxx>; <higgins-dev-bounces@xxxxxxxxxxx>
Sent: Saturday, June 16, 2007 3:43 AM
Subject: Re: [higgins-dev] ICard getIssuer and getIssuerName - What's the diff?


Add ITokenCard getIssuedTokenIssuer to this question.

higgins-dev-bounces@xxxxxxxxxxx wrote on 06/15/2007 07:55:00 PM:

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

        /**
         * 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

_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev



Back to the top