com.sun.xml.wss.saml.util
Class SAMLUtil
java.lang.Object
com.sun.xml.wss.saml.util.SAMLUtil
public class SAMLUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLUtil
public SAMLUtil()
locateSamlAssertion
public static Element locateSamlAssertion(String assertionId,
Document soapDocument)
throws XWSSecurityException
- Throws:
XWSSecurityException
toElement
public static Element toElement(Node doc,
Object element)
throws XWSSecurityException
- Throws:
XWSSecurityException
toElement
public static Element toElement(Node doc,
Object element,
javax.xml.bind.JAXBContext jcc)
throws XWSSecurityException
- Throws:
XWSSecurityException
createSAMLAssertion
public static Element createSAMLAssertion(javax.xml.stream.XMLStreamReader reader)
throws XWSSecurityException,
javax.xml.stream.XMLStreamException
- Throws:
XWSSecurityException
javax.xml.stream.XMLStreamException
validateTimeInConditionsStatement
public static boolean validateTimeInConditionsStatement(Element samlAssertion)
throws XWSSecurityException
- Throws:
XWSSecurityException
verifySignature
public static boolean verifySignature(Element samlAssertion,
PublicKey pubKey)
throws XWSSecurityException
- Throws:
XWSSecurityException
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.