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()
boolean
isXfcSessionLogin()
-
-
-
Method Detail
-
getRequestCtx
IExtendedFormRequestContext getRequestCtx()
-
getAuthCtx
IFormAuthContext getAuthCtx()
-
isXfcSessionLogin
boolean isXfcSessionLogin()
-
-