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


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



Back to the top