Interface CustomAuthenticator

All Known Subinterfaces:
CustomTokenAuthenticator

public interface CustomAuthenticator
An extension point to provide a custom authenticator implementation. For example, a custom API key or a custom OAuth2 token implementation. The implementation is wrapped by a core `Authenticator` class and included in the authenticator chain _before_ the respective "standard" authenticator(s).