Android SDK Version


public final class AuthenticationTokenManager
Nested Class Summary
Modifier and TypeClassDescription
public classAuthenticationTokenManager.Companion
public final classAuthenticationTokenManager.CurrentAuthenticationTokenChangedBroadcastReceiver
Wrapper class for the AuthenticationToken intent
Field Summary
Modifier and TypeFieldDescription
private AuthenticationTokencurrentAuthenticationToken
Method Summary
Modifier and TypeMethodDescription
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.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getCurrentAuthenticationToken

 final AuthenticationTokengetCurrentAuthenticationToken()

setCurrentAuthenticationToken

 final UnitsetCurrentAuthenticationToken(AuthenticationToken currentAuthenticationToken)

loadCurrentAuthenticationToken

 final BooleanloadCurrentAuthenticationToken()
Load authentication token from AuthenticationTokenCache and set to currentAuthentication Token

currentAuthenticationTokenChanged

 final UnitcurrentAuthenticationTokenChanged()
Build intent from currentAuthenticationToken and broadcast the intent to CurrentAuthenticationTokenExpirationBroadcastReceiver.