org.jboss.seam.security.external.saml
Class SamlUtils

java.lang.Object
  extended by org.jboss.seam.security.external.saml.SamlUtils

public class SamlUtils
extends Object

Author:
Marcel Kolsteren

Constructor Summary
SamlUtils()
           
 
Method Summary
static String getDocumentAsString(Document document)
           
static XMLGregorianCalendar getXMLGregorianCalendarNow()
           
static XMLGregorianCalendar getXMLGregorianCalendarNowPlusDuration(int field, int amount)
           
static boolean hasAssertionExpired(AssertionType assertion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlUtils

public SamlUtils()
Method Detail

getXMLGregorianCalendarNow

public static XMLGregorianCalendar getXMLGregorianCalendarNow()

getXMLGregorianCalendarNowPlusDuration

public static XMLGregorianCalendar getXMLGregorianCalendarNowPlusDuration(int field,
                                                                          int amount)

hasAssertionExpired

public static boolean hasAssertionExpired(AssertionType assertion)

getDocumentAsString

public static String getDocumentAsString(Document document)


Copyright © 2011 Seam Framework. All Rights Reserved.