'KeyManager and JKSKeyManager classes removed from spring-security-saml2-core version 2.0.0.M31
I need to migrate org.springframework.security.extensions:spring-security-saml2-core from 1.0.1.RELEASE to 2.0.0.M31. But in 2.0.0.M31 org.springframework.security.saml.key.KeyManager, org.springframework.security.saml.key.JKSKeyManager classes are no longer present and the following code cannot compile.
final Credential keys = keyManager.getCredential(keyName)
Could you please advise what is the alternative to using KeyManager in spring-security-saml2-core version 2.0.0.M31 ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
