Interface IBaseLoginPageConfig
- All Superinterfaces:
IBaseLoginConfig
,Serializable
DTO interface for login page configurations.
- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetClientsByRenderingType
(EAuthenticatorRenderType renderType) getRedirectTarget
(IClientDescriptor client) boolean
Methods inherited from interface de.xima.fc.security.interfaces.config.IBaseLoginConfig
getClients
-
Method Details
-
getLayout
ELoginLayout getLayout()- Returns:
- The layout of the login page.
-
getClientsByRenderingType
- Parameters:
renderType
- The rendering type.- Returns:
- an ordered list of all configured clients that are rendered as the given type.
-
getInputClientLayout
EInputClientLayout getInputClientLayout()- Returns:
- The layout of the input clients.
-
isShowRememberMe
boolean isShowRememberMe()- Returns:
- Whether the remember me checkbox should be shown.
-
getRedirectTarget
- Returns:
- The target of the redirect on button click.
- Throws:
IllegalArgumentException
- If the client is not abutton redirect client
.
-