org.jasig.cas.util
Class SamlUtils
java.lang.Object
org.jasig.cas.util.SamlUtils
public final class SamlUtils
- extends java.lang.Object
Utilities adopted from the Google sample code.
- Since:
- 3.1
- Version:
- $Revision: 1.1 $ $Date: 2005/08/19 18:27:17 $
- Author:
- Scott Battaglia
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCurrentDateAndTime
public static java.lang.String getCurrentDateAndTime()
getFormattedDateAndTime
public static java.lang.String getFormattedDateAndTime(java.util.Date date)
signSamlResponse
public static java.lang.String signSamlResponse(java.lang.String samlResponse,
java.security.PrivateKey privateKey,
java.security.PublicKey publicKey)
constructDocumentFromXmlString
public static org.jdom.Document constructDocumentFromXmlString(java.lang.String xmlString)
Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.