Interface IAuthenticatorConfigRenderContext
-
- All Superinterfaces:
Serializable
public interface IAuthenticatorConfigRenderContext extends Serializable
Common interface for context data need for rendering authenticator configs- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFormAuthContext
getAuthCtx()
IExtendedFormRequestContext
getRequestCtx()
String
getUniqueId()
Gets the unique ID that can be used e.g.boolean
isXfcSessionLogin()
-
-
-
Method Detail
-
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
-
-