|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.SAMLBrowserProfileFactory
public class SAMLBrowserProfileFactory
Factory for the SAMLBrowserProfile interface
Constructor Summary | |
---|---|
SAMLBrowserProfileFactory()
|
Method Summary | |
---|---|
static SAMLBrowserProfile |
getInstance()
Obtains a default provider of the SAMLBrowserProfile interface |
static SAMLBrowserProfile |
getInstance(Element e)
Obtains a default provider of the SAMLBrowserProfile interface |
static SAMLBrowserProfile |
getInstance(Element e,
String provider)
Obtains a specific provider of the SAMLBrowserProfile interface |
static SAMLBrowserProfile |
getInstance(String provider)
Obtains a specific provider of the SAMLBrowserProfile interface |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLBrowserProfileFactory()
Method Detail |
---|
public static SAMLBrowserProfile getInstance() throws NoSuchProviderException
NoSuchProviderException
- Raised if an error occurs while obtaining an instance
of the interfacepublic static SAMLBrowserProfile getInstance(String provider) throws NoSuchProviderException
provider
- Name of the provider class to build
NoSuchProviderException
- Raised if an error occurs while obtaining an instance
of the interfacepublic static SAMLBrowserProfile getInstance(Element e) throws NoSuchProviderException
e
- A DOM element as input to configuring the provider
NoSuchProviderException
- Raised if an error occurs while obtaining an instance
of the interfacepublic static SAMLBrowserProfile getInstance(Element e, String provider) throws NoSuchProviderException
e
- 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 |