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