Class DefaultTokenRevocationLifetimeLookupStrategy
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.logic.DefaultTokenRevocationLifetimeLookupStrategy
-
public class DefaultTokenRevocationLifetimeLookupStrategy extends Object implements Function<com.nimbusds.jwt.JWTClaimsSet,Duration>
Default lookup function for fetching the token revocation lifetime from the given claims set. If an expiration time is found from the claims set, a difference between now and it is returned. If the expiration time is in the past, aDuration.ZEROis returned. If no expiration time is found, null is returned.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description DefaultTokenRevocationLifetimeLookupStrategy()
-