Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Digital Identity and IContext open() method

I assumed that the users of Higgins Context Providers wouldn't want to
have to know details about a particular identity class based on which
Context Provider or Providers they choose to use.  Is this not a
concern?

Tom

>>> Greg Byrd <gbyrd@xxxxxxxx> 7/27/2006 5:20 PM >>>

The provider can require a particular class to be passed in, and can 
test whether
the object is of that type.  Or it could accept one of several classes.
 
This way we
can use "standard" classes without creating a new one just to extend 
something
like IDigitalIdentity.

...Greg



Tom Doman wrote:
> Jim and I were just having a discussion on the higgins IRC about the
> open method.  Currently, it takes a java.lang.Object.  Why isn't
there
> an interface defined for Digital Identity?  I assume we're not gonna
> make the Context Provider implementors guess at what
java.lang.Object
> might get passed to represent the identity.  Jim seemed to remember
this
> a temporary punt.  Anyone have an thoughts on where we should take
> this?
>
> Thanks,
> Tom
>
> _______________________________________________
> 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