|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.common.SAML2Helper
public class SAML2Helper
Constructor Summary | |
---|---|
SAML2Helper()
|
Method Summary | |
---|---|
static org.joda.time.DateTime |
getEarliestExpiration(org.opensaml.xml.XMLObject xmlObject)
Gets the earliest expiration instant for a XMLObject. |
static org.joda.time.DateTime |
getEarliestExpiration(org.opensaml.xml.XMLObject xmlObject,
org.joda.time.DateTime earliestExpiration,
org.joda.time.DateTime now)
Gets the earliest expiration instant within a metadata tree. |
static boolean |
isValid(org.opensaml.xml.XMLObject xmlObject)
Checks to see if the given XMLObject is still valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAML2Helper()
Method Detail |
---|
public static boolean isValid(org.opensaml.xml.XMLObject xmlObject)
TimeBoundSAMLObject
is valid.
xmlObject
- the XML object tree to check
public static org.joda.time.DateTime getEarliestExpiration(org.opensaml.xml.XMLObject xmlObject)
TimeBoundSAMLObject
CacheableSAMLObject
added to the current time
xmlObject
- the XML object tree to get the earliest expiration time from
public static org.joda.time.DateTime getEarliestExpiration(org.opensaml.xml.XMLObject xmlObject, org.joda.time.DateTime earliestExpiration, org.joda.time.DateTime now)
xmlObject
- the metadataearliestExpiration
- the earliest expiration instantnow
- when this method was called
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |