Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [higgins-dev] RequireAppliesTo missing from ICard interface

Sorry, accidently hit send too soon.

In the ItokenCard interface [1] we have:

// Is the RP identity required in the token request message?
boolean getRequireAppliesTo()

So you are proposing this instead?:

// Is the RP identity required in the token request message?
Boolean getRequireAppliesTo()

[1] http://wiki.eclipse.org/index.php/I-Card_Interfaces#ITokenCard_Interface


Mike wrote:
> 
> We need the RequireAppliesTo element to be represented in the ICard 
> interface - it needs to be either a) not present, b) optional, or c) 
> required - I suggest a Java.lang.Boolean which is null (not present), 
> true (required), or false (optional).
> 
> Thanks,
> Mike
> _______________________________________________
> higgins-dev mailing list
> higgins-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/higgins-dev



Back to the top