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 intgetAccessDaysRemaining()intgetAccessDaysTotal()longgetAccessTimeRemaining()intgetTokenCountRemaining()intgetTokenCountTotal()intgetTokenEntryTimeoutSecs()intgetTokenLength()intgetTokenLowWarningThresholdPercentage()booleanhasPerformedOnlineUnlockWithOfflineEnabled()booleanisAccessDaysRemainingLow()booleanisAuthPayloadCached()booleanisOfflineEnabled()booleanisOfflineEnabledAndSetup()booleanisTokenCountRemainingLow()
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()