public class SAML2Utils extends Object
Constructor and Description |
---|
SAML2Utils() |
Modifier and Type | Method and Description |
---|---|
static Document |
asDOMDocument(org.opensaml.xml.XMLObject object) |
static org.opensaml.ws.soap.soap11.Envelope |
buildSOAP11Envelope(org.opensaml.xml.XMLObject payload) |
static <T> T |
createSAMLObject(Class<T> clazz) |
static int |
getDefaultAssertionConsumerServiceIndex(org.opensaml.saml2.metadata.SPSSODescriptor spSSODescriptor) |
static String |
getSecureIdentifier() |
static org.opensaml.saml2.core.Status |
getSuccessStatus() |
public static <T> T createSAMLObject(Class<T> clazz)
public static String getSecureIdentifier()
public static Document asDOMDocument(org.opensaml.xml.XMLObject object) throws IOException, org.opensaml.xml.io.MarshallingException, TransformerException
IOException
org.opensaml.xml.io.MarshallingException
TransformerException
public static org.opensaml.saml2.core.Status getSuccessStatus()
public static int getDefaultAssertionConsumerServiceIndex(org.opensaml.saml2.metadata.SPSSODescriptor spSSODescriptor)
public static org.opensaml.ws.soap.soap11.Envelope buildSOAP11Envelope(org.opensaml.xml.XMLObject payload)
Copyright © 2017. All rights reserved.