HyprOfflineData
Interface HyprOfflineData
- All Superinterfaces:
- java.io.Serializable
public interface HyprOfflineData extends java.io.Serializable
Method Summary
All Methods Modifier and Type Method and Description int
getAccessDaysRemaining()
int
getAccessDaysTotal()
long
getAccessTimeRemaining()
int
getTokenCountRemaining()
int
getTokenCountTotal()
int
getTokenEntryTimeoutSecs()
int
getTokenLength()
int
getTokenLowWarningThresholdPercentage()
boolean
hasPerformedOnlineUnlockWithOfflineEnabled()
boolean
isAccessDaysRemainingLow()
boolean
isAuthPayloadCached()
boolean
isOfflineEnabled()
boolean
isOfflineEnabledAndSetup()
boolean
isTokenCountRemainingLow()
Method Detail
isOfflineEnabled
boolean isOfflineEnabled()
getTokenLength
int getTokenLength()
getTokenCountTotal
int getTokenCountTotal()
getTokenEntryTimeoutSecs
int getTokenEntryTimeoutSecs()
getAccessDaysTotal
int getAccessDaysTotal()
getTokenLowWarningThresholdPercentage
int getTokenLowWarningThresholdPercentage()
isOfflineEnabledAndSetup
boolean isOfflineEnabledAndSetup()
isAuthPayloadCached
boolean isAuthPayloadCached()
hasPerformedOnlineUnlockWithOfflineEnabled
boolean hasPerformedOnlineUnlockWithOfflineEnabled()
getTokenCountRemaining
int getTokenCountRemaining()
getAccessTimeRemaining
long getAccessTimeRemaining()
getAccessDaysRemaining
int getAccessDaysRemaining()
isTokenCountRemainingLow
boolean isTokenCountRemainingLow()
isAccessDaysRemainingLow
boolean isAccessDaysRemainingLow()