Interface | Description |
---|---|
KeyManager |
Interface defines basic service required by the SAML Extension implementation.
|
Class | Description |
---|---|
EmptyKeyManager |
Key manager doesn't provide access to any keys and can be used to skip inclusion of keystore files in the
Spring SAML projects.
|
JKSKeyManager |
Class provides access to private and trusted keys for SAML Extension configuration.
|