Package se.swedenconnect.security.credential.monitoring
package se.swedenconnect.security.credential.monitoring
Some types of credentials may need to be monitored to ensure that they are still in function. Especially those that
resides on hardware devices such as HSM:s. This package contains support for setting up monitoring threads that tests
(and reloads) credentials.
-
ClassDescriptionInterface for a credential monitor bean.Monitor task for credentials.The default implementation of the
CredentialMonitorBean
interface.A default credential test function that tests a credential by getting a private key reference and signs test data using this key.