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