public class SAMLInitializer
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
initialize() |
static void |
initialize(int majorVersion, int minorVersion)
Initializes the toolkit by mapping the XML element names to the corresponding implementation classes and registering the ID attributes specific to the SAML Version.
|
public static void initialize()
public static void initialize(int majorVersion, int minorVersion)
majorVersion
- The Major Version number (i.e., 1 for SAML 1.0 or SAML 1.1).minorVersion
- The Minor Version number (i.e., 0 for SAML 1.0 or 1 for SAML 1.1).