Interface AuthenticatorService


  • @Review("We have to check and describe actual integration scenarios. Mostly related to Keycloak.")
    public interface AuthenticatorService
    • Method Detail

      • getAuthenticatorService

        <T> T getAuthenticatorService​(String method,
                                      Class<T> iface)
        Instantiates authenticator service corresponding to the given method and implementing the iface interface.
        Returns:
        See above. Returns null if either the method or implementation for the given iface is not supported by the implementor.