Last Version

msal4j-persistence-extension 1.1.0

Implementation of ITokenCacheAccessAspect interface defined in Java MSAL SDK (artifactId - msal4j) for persistence of token cache in platform specific secret storage: * Win - file encrypted with DPAPI * Mac - key chain * Linux - key ring

License

License

MIT License
GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

msal4j-persistence-extension
Version

Version

1.1.0
Type

Type

jar
Description

Description

msal4j-persistence-extension
Implementation of ITokenCacheAccessAspect interface defined in Java MSAL SDK (artifactId - msal4j) for persistence of token cache in platform specific secret storage: * Win - file encrypted with DPAPI * Mac - key chain * Linux - key ring
Project URL

Project URL

https://github.com/AzureAD/microsoft-authentication-extensions-for-java
Source Code Management

Source Code Management

https://github.com/AzureAD/microsoft-authentication-extensions-for-java

Download msal4j-persistence-extension 1.1.0


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/msal4j-persistence-extension/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>msal4j-persistence-extension</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/msal4j-persistence-extension/
implementation 'com.microsoft.azure:msal4j-persistence-extension:1.1.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/msal4j-persistence-extension/
implementation ("com.microsoft.azure:msal4j-persistence-extension:1.1.0")
'com.microsoft.azure:msal4j-persistence-extension:jar:1.1.0'
<dependency org="com.microsoft.azure" name="msal4j-persistence-extension" rev="1.1.0">
  <artifact name="msal4j-persistence-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='msal4j-persistence-extension', version='1.1.0')
)
libraryDependencies += "com.microsoft.azure" % "msal4j-persistence-extension" % "1.1.0"
[com.microsoft.azure/msal4j-persistence-extension "1.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.microsoft.azure : msal4j jar 1.4.0
net.java.dev.jna : jna jar 5.5.0
net.java.dev.jna : jna-platform jar 5.5.0
org.slf4j : slf4j-api jar 1.7.7

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.slf4j : slf4j-log4j12 jar 1.7.7

Project Modules

There are no modules declared in this project.