org.jasig.cas.util
Class SamlUtils

java.lang.Object
  extended by org.jasig.cas.util.SamlUtils

public final class SamlUtils
extends 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

Method Summary
static org.jdom.Document constructDocumentFromXmlString(String xmlString)
           
static String getCurrentDateAndTime()
           
static String getFormattedDateAndTime(Date date)
           
static String signSamlResponse(String samlResponse, PrivateKey privateKey, PublicKey publicKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCurrentDateAndTime

public static String getCurrentDateAndTime()

getFormattedDateAndTime

public static String getFormattedDateAndTime(Date date)

signSamlResponse

public static String signSamlResponse(String samlResponse,
                                      PrivateKey privateKey,
                                      PublicKey publicKey)

constructDocumentFromXmlString

public static org.jdom.Document constructDocumentFromXmlString(String xmlString)


Copyright © 2004-2013 Jasig. All Rights Reserved.