org.opensaml.util.storage
public interface ExpiringObject
Modifier and Type | Method and Description |
---|---|
DateTime |
getExpirationTime()
Gets the time the object expires.
|
boolean |
isExpired()
Gets whether this object has expired.
|
void |
onExpire()
A callback method invoked when this object is expiring.
|
DateTime getExpirationTime()
boolean isExpired()
void onExpire()
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.