Interface BindingAuthn
- All Known Subinterfaces:
CredentialRetrieval
- All Known Implementing Classes:
AbstractCredentialRetrieval
This interface is separate from the
invalid reference
CredentialRetrievalinvalid reference
CredentialRetrievalinvalid reference
CredentialRetrieval
IMPORTANT: The implementation MUST be thread safe by being immutable. Perfectly - stateless. This is because a single instance of the retrieval of the implemented type will be created per retrieval configuration defined in the system. And this retrieval can be used in many places. If binding-specific contract requires stateful credential retrieval (e.g. by providing a UI) this must be achieved by using factory method(s) in the binding-specific retrieval interface.
- Author:
- K. Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Called when endpoint using this implementation is destroyed.