Class AuthenticatorRendererFactory
java.lang.Object
de.xima.fc.web.common.auth.wrapper.config.render.AuthenticatorRendererFactory
Factory for creating authenticator renderers.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH, Dresden
-
Method Summary
Modifier and TypeMethodDescriptionstatic IAuthenticatorConfigRenderer
getRenderer
(IClientDescriptor clientDescriptor) Creates a newauthenticator renderer
for the given client.
-
Method Details
-
getRenderer
Creates a newauthenticator 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.
-