Interface RegisteredServiceOAuthCodeExpirationPolicy
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
DefaultRegisteredServiceOAuthCodeExpirationPolicy
public interface RegisteredServiceOAuthCodeExpirationPolicy extends java.io.Serializable- Since:
- 6.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNumberOfUses()Gets number of times this ticket can be used.java.lang.StringgetTimeToLive()Get the TTL of this ticket, in seconds.
-