|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.Configuration
org.opensaml.Configuration
public class Configuration
OpenSAML configuration singleton.
The library must be initialized with a set of configurations prior to usage. This is often done by invoking
DefaultBootstrap.bootstrap()
but may done in any manner so long as all the needed object providers and
artifact factory are created and registered with the configuration.
Constructor Summary | |
---|---|
Configuration()
|
Method Summary | |
---|---|
static SAMLArtifactFactory |
getArtifactFactory()
Gets the artifact factory for the library. |
static void |
setArtifactFactory(SAMLArtifactFactory factory)
Sets the artifact factory for the library. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Configuration()
Method Detail |
---|
public static SAMLArtifactFactory getArtifactFactory()
public static void setArtifactFactory(SAMLArtifactFactory factory)
factory
- artifact factory for the library
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |