|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensaml.SAMLBindingFactory
public class SAMLBindingFactory
Factory for the SAMLBinding interface
| Constructor Summary | |
|---|---|
SAMLBindingFactory()
|
|
| Method Summary | |
|---|---|
static SAMLBinding |
getInstance(String binding)
Obtains a default provider of the SAMLBinding interface |
static SAMLBinding |
getInstance(String binding,
Element e)
Obtains a default provider of the SAMLBinding interface |
static SAMLBinding |
getInstance(String binding,
Element e,
String provider)
Obtains a specific provider of the SAMLBinding interface |
static SAMLBinding |
getInstance(String binding,
String provider)
Obtains a specific provider of the SAMLBinding interface |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAMLBindingFactory()
| Method Detail |
|---|
public static SAMLBinding getInstance(String binding)
throws NoSuchProviderException
binding - URI that identifies the desired protocol binding
NoSuchProviderException - Raised if an error occurs while obtaining an instance
of the interface
public static SAMLBinding getInstance(String binding,
Element e)
throws NoSuchProviderException
binding - URI that identifies the desired protocol bindinge - A DOM element as input to configuring the provider
NoSuchProviderException - Raised if an error occurs while obtaining an instance
of the interface
public static SAMLBinding getInstance(String binding,
String provider)
throws NoSuchProviderException
binding - URI that identifies the desired protocol bindingprovider - Name of the provider class to build
NoSuchProviderException - Raised if an error occurs while obtaining an instance
of the interface
public static SAMLBinding getInstance(String binding,
Element e,
String provider)
throws NoSuchProviderException
binding - URI that identifies the desired protocol bindinge - A DOM element as input to configuring the providerprovider - Name of the provider class to build
NoSuchProviderException - Raised if an error occurs while obtaining an instance
of the interface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||