> The net.shibboleth.idp.profile.logic.DateAttributePredicate returns a > boolean. And based on this the expiration warning view is displayed. > Is there another class in the code which can return an int for the difference > between now and the expiration date ? Why would you need one? Just do the math in a Spring expression. -- Scott