public class Configuration extends Configuration
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.コンストラクタと説明 |
---|
Configuration() |
修飾子とタイプ | メソッドと説明 |
---|---|
static SAML1ArtifactBuilderFactory |
getSAML1ArtifactBuilderFactory()
Gets the artifact factory for the library.
|
static SAML2ArtifactBuilderFactory |
getSAML2ArtifactBuilderFactory()
Gets the artifact factory for the library.
|
static org.joda.time.format.DateTimeFormatter |
getSAMLDateFormatter()
Gets the date format used to string'ify SAML's
DateTime objects. |
static void |
setSAML1ArtifactBuilderFactory(SAML1ArtifactBuilderFactory factory)
Sets the artifact factory for the library.
|
static void |
setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory factory)
Sets the artifact factory for the library.
|
static void |
setSAMLDateFormat(String format)
Sets the date format used to string'ify SAML's date/time objects.
|
deregisterIDAttribute, deregisterObjectProvider, deregisterValidatorSuite, getBuilderFactory, getDefaultProviderQName, getGlobalSecurityConfiguration, getMarshallerFactory, getObjectProviderConfiguration, getParserPool, getUnmarshallerFactory, getValidatorSuite, getValidatorSuiteConfiguration, isIDAttribute, registerIDAttribute, registerObjectProvider, registerObjectProvider, registerValidatorSuite, registerValidatorSuite, setGlobalSecurityConfiguration, setParserPool, validateJCEProviders, validateNonSunJAXP
public static org.joda.time.format.DateTimeFormatter getSAMLDateFormatter()
DateTime
objects.public static void setSAMLDateFormat(String format)
format
- date format used to string'ify date objectspublic static SAML1ArtifactBuilderFactory getSAML1ArtifactBuilderFactory()
public static void setSAML1ArtifactBuilderFactory(SAML1ArtifactBuilderFactory factory)
factory
- artifact factory for the librarypublic static SAML2ArtifactBuilderFactory getSAML2ArtifactBuilderFactory()
public static void setSAML2ArtifactBuilderFactory(SAML2ArtifactBuilderFactory factory)
factory
- artifact factory for the libraryCopyright © 2012. All Rights Reserved.