Interface CredentialMonitorBean
- All Known Implementing Classes:
DefaultCredentialMonitorBean
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for a credential monitor bean.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
test()
Performs testing, and possibly reloading, of the credentials that this monitor bean has been configured to monitor.
-
Method Details
-
test
void test()Performs testing, and possibly reloading, of the credentials that this monitor bean has been configured to monitor.
-