Skip navigation links

Oracle Security Developer Tools SAML 1.0/1.1 Java API Reference
11g (11.1.1)

E10675-02


oracle.security.xmlsec.saml
Class SAMLInitializer

java.lang.Object
  extended by oracle.security.xmlsec.saml.SAMLInitializer


public class SAMLInitializer
extends java.lang.Object

Utility class for load-time initialization and configuration of the SAML library.


Method Summary
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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

initialize

public static void initialize()

initialize

public 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.
Parameters:
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).

Skip navigation links

Oracle Security Developer Tools SAML 1.0/1.1 Java API Reference
11g (11.1.1)

E10675-02


Copyright © 2005, 2009, Oracle. All rights reserved.