-
public final class AuthenticationTokenManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAuthenticationTokenManager.Companionpublic final classAuthenticationTokenManager.CurrentAuthenticationTokenChangedBroadcastReceiverWrapper class for the AuthenticationToken intent
-
Field Summary
Fields Modifier and Type Field Description private AuthenticationTokencurrentAuthenticationToken
-
Method Summary
Modifier and Type Method Description final AuthenticationTokengetCurrentAuthenticationToken()final UnitsetCurrentAuthenticationToken(AuthenticationToken currentAuthenticationToken)final BooleanloadCurrentAuthenticationToken()Load authentication token from AuthenticationTokenCache and set to currentAuthentication Token final UnitcurrentAuthenticationTokenChanged()Build intent from currentAuthenticationToken and broadcast the intent to CurrentAuthenticationTokenExpirationBroadcastReceiver. -
-
Method Detail
-
getCurrentAuthenticationToken
final AuthenticationToken getCurrentAuthenticationToken()
-
setCurrentAuthenticationToken
final Unit setCurrentAuthenticationToken(AuthenticationToken currentAuthenticationToken)
-
loadCurrentAuthenticationToken
final Boolean loadCurrentAuthenticationToken()
Load authentication token from AuthenticationTokenCache and set to currentAuthentication Token
-
currentAuthenticationTokenChanged
final Unit currentAuthenticationTokenChanged()
Build intent from currentAuthenticationToken and broadcast the intent to CurrentAuthenticationTokenExpirationBroadcastReceiver.
-
-
-
-