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