Interface Authenticator

All Known Subinterfaces:
FallbackAuthenticator

public interface Authenticator
Interface for defining an external authenticator. If an external authenticator is configured for a particular "password owner", that authenticator will be used for authenticating that type of "password owners". For example, to log in to the application, the "password owner" is SystemUser and if an external authenticator is configured for SystemUser class that will be used instead of the built-in one.
Author:
Syam