- All Implemented Interfaces:
- java.io.Serializable, org.apereo.cas.ticket.ExpirationPolicy
- Enclosing class:
- OAuthAccessTokenExpirationPolicy
public static class OAuthAccessTokenExpirationPolicy.OAuthAccessTokenSovereignExpirationPolicy
extends OAuthAccessTokenExpirationPolicy
An expiration policy that is independent from the parent ticket-granting ticket.
Activated when access tokens are expected to live beyond the normal expiration policy
of the TGT that lent a hand in issuing them. If the access token is considered expired
by this policy, the parent ticket's expiration policy is not consulted, making the AT independent.
- See Also:
- Serialized Form