Class XMLObjectBuilders
java.lang.Object
com.atlassian.crowd.sso.saml.impl.opensaml.util.XMLObjectBuilders
Utility class simplifying building
XMLObject
and SAMLObject
.-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends org.opensaml.saml.common.SAMLObject>
Tstatic <T extends org.opensaml.core.xml.XMLObject>
TbuildXMLObjectOrThrow
(QName key, QName objectName, QName schemaType) static <T extends org.opensaml.saml.common.SAMLObject>
org.opensaml.saml.common.SAMLObjectBuilder<T>static <T extends org.opensaml.core.xml.XMLObject>
org.opensaml.core.xml.XMLObjectBuilder<T>
-
Method Details
-
getSAMLObjectBuilderOrThrow
public static <T extends org.opensaml.saml.common.SAMLObject> org.opensaml.saml.common.SAMLObjectBuilder<T> getSAMLObjectBuilderOrThrow(@Nonnull QName key) -
buildSAMLObjectOrThrow
public static <T extends org.opensaml.saml.common.SAMLObject> T buildSAMLObjectOrThrow(@Nonnull QName key) -
buildXMLObjectOrThrow
-
getXMLObjectBuilderOrThrow
public static <T extends org.opensaml.core.xml.XMLObject> org.opensaml.core.xml.XMLObjectBuilder<T> getXMLObjectBuilderOrThrow(@Nonnull QName key)
-