Interface IAuthenticatorConfigRenderContext
- All Superinterfaces:
Serializable
Common interface for context data need for rendering authenticator configs
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionGets the unique ID that can be used e.g. to generate unique HTML IDs.boolean
-
Method Details
-
getRequestCtx
IExtendedFormRequestContext getRequestCtx() -
getAuthCtx
IFormAuthContext getAuthCtx() -
isXfcSessionLogin
boolean isXfcSessionLogin() -
getUniqueId
String getUniqueId()Gets the unique ID that can be used e.g. to generate unique HTML IDs.- Returns:
- The unique ID
-