public class PersistenceTokenCacheAccessAspect extends Object implements com.microsoft.aad.msal4j.ITokenCacheAccessAspect
| Constructor and Description |
|---|
PersistenceTokenCacheAccessAspect(PersistenceSettings persistenceSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCacheAccess(com.microsoft.aad.msal4j.ITokenCacheAccessContext iTokenCacheAccessContext) |
void |
beforeCacheAccess(com.microsoft.aad.msal4j.ITokenCacheAccessContext iTokenCacheAccessContext) |
Long |
getCurrentCacheFileModifiedTimestamp() |
public PersistenceTokenCacheAccessAspect(PersistenceSettings persistenceSettings) throws IOException
IOExceptionpublic Long getCurrentCacheFileModifiedTimestamp()
public void beforeCacheAccess(com.microsoft.aad.msal4j.ITokenCacheAccessContext iTokenCacheAccessContext)
beforeCacheAccess in interface com.microsoft.aad.msal4j.ITokenCacheAccessAspectpublic void afterCacheAccess(com.microsoft.aad.msal4j.ITokenCacheAccessContext iTokenCacheAccessContext)
afterCacheAccess in interface com.microsoft.aad.msal4j.ITokenCacheAccessAspectCopyright © 2020. All rights reserved.