Class AuthenticatorRendererFactory


  • public class AuthenticatorRendererFactory
    extends Object
    Factory for creating authenticator renderers.
    Since:
    8.0.0
    Author:
    XIMA MEDIA GmbH, Dresden
    • Method Detail

      • getRenderer

        public static IAuthenticatorConfigRenderer getRenderer​(IClientDescriptor clientDescriptor)
        Creates a new authenticator renderer for the given client. The renderer will render the authenticator in the HTML, giving users the ability to sign in using that authenticator. Depending on the type of authenticator, the authenticator will be rendered differently. Some authenticator will be rendered as a button that redirect users to the corresponding IDP, others will be rendered with input fields.
        Parameters:
        clientDescriptor - the authentication client to get the renderer for.
        Returns:
        the renderer for the given authentication client.