Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
173 views

Definitive list of service providers in Visual Studio 2010?

VS2010 has made it easy to write extensions via MEF exports and imports. However, if you want to do anything useful you have to know what service provider(s) you need to implement your super awesoem ...
2
votes
2answers
124 views

Defining a SPI in Clojure

I'm looking for an idiomatic way(s) to define an interface in Clojure that can be implemented by an external "service provider". My application would locate and instantiate the service provider ...
2
votes
2answers
1k views

simple Java “service provider frameworks”?

I refer to "service provider framework" as discussed in Chapter 2 of Effective Java, which seems like exactly the right way to handle a problem I am having, where I need to instantiate one of several ...
1
vote
2answers
171 views

MarkupExtension.ProvideValue — Is the IServiceProvider actually used?

I was going through some old code of mine and came across a hybrid IValueConverter / MarkupExtension class. It got me wondering if the IServiceProvider in the ProvideValue method was actually useful, ...
1
vote
1answer
363 views

How to change the java DNS service provider

I'm building a fast web crawler and I need to have multithreaded DNS resolution, so I picked up a multithreaded DNS service provider called dnsjava. Unfortunately, I can't figure out how to replace ...
0
votes
1answer
65 views

What is Shibboleth Service Provider, can & should I install it for a Windows Azure MVC3 web role?

Forgive me I am a Shibboleth / SAML 2 noob. Hopefully these are straightforward questions. I recently posted asking whether we could do Shib / SAML 2 integration with Azure ACS. The answers led me to ...
0
votes
1answer
86 views

Is there a way to provide SAML sp implementation using an Apache filter?

I'm really new with SAML SSO. I'm woking with an idp webapp that will support SAML authentication. The problem is that I will need that other sp authenticate with my idp and I don't want to implement ...
0
votes
1answer
98 views

How to notify the service provider to block/unblock the incoming SMS programatically in android?

I want to notify the service provider to block and unblock the incoming SMS. Is it possible to do this programtically?
0
votes
1answer
263 views

Public SAML v2 service providers for testing?

I'm wondering if there are any publicly available SAML v2 SPs that I can use to test with. I think Salesforce and Google apps both have an SSO solution which is compatible, but I'm just not sure how ...
0
votes
1answer
94 views

Unit tests for a service-provider interface in Maven

Greetings, Recently our dev team has moved from Ant build files to Maven for our project management and build cycle. So far I'm really happy with the results. Since I'm still getting to grips with ...