Package com.sun.xml.wss.saml.util
Class SAML20JAXBUtil
- java.lang.Object
-
- com.sun.xml.wss.saml.util.SAML20JAXBUtil
-
public class SAML20JAXBUtil extends Object
- Author:
- root
-
-
Field Summary
Fields Modifier and Type Field Description static WSSNamespacePrefixMapper
prefixMapper11
static WSSNamespacePrefixMapper
prefixMapper12
-
Constructor Summary
Constructors Constructor Description SAML20JAXBUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static jakarta.xml.bind.JAXBContext
getJAXBContext()
static jakarta.xml.bind.JAXBContext
getJAXBContext(String namespaces)
-
-
-
Field Detail
-
prefixMapper11
public static final WSSNamespacePrefixMapper prefixMapper11
-
prefixMapper12
public static final WSSNamespacePrefixMapper prefixMapper12
-
-
Method Detail
-
getJAXBContext
public static jakarta.xml.bind.JAXBContext getJAXBContext()
-
getJAXBContext
public static jakarta.xml.bind.JAXBContext getJAXBContext(String namespaces) throws jakarta.xml.bind.JAXBException
- Parameters:
namespace
- list of ":" separated namespaces to be used to create the JAXBContext- Returns:
- JAXBContext initialized with the namespaces
- Throws:
jakarta.xml.bind.JAXBException
-
-