Class AuthenticationContextBean
- java.lang.Object
-
- org.keycloak.forms.login.freemarker.model.AuthenticationContextBean
-
public class AuthenticationContextBean extends Object
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description AuthenticationContextBean(AuthenticationFlowContext context, LoginFormsPages page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttemptedUsername()
List<AuthenticationSelectionOption>
getAuthenticationSelections()
boolean
showResetCredentials()
boolean
showTryAnotherWayLink()
boolean
showUsername()
-
-
-
Constructor Detail
-
AuthenticationContextBean
public AuthenticationContextBean(AuthenticationFlowContext context, LoginFormsPages page)
-
-
Method Detail
-
getAuthenticationSelections
public List<AuthenticationSelectionOption> getAuthenticationSelections()
-
showTryAnotherWayLink
public boolean showTryAnotherWayLink()
-
showUsername
public boolean showUsername()
-
showResetCredentials
public boolean showResetCredentials()
-
getAttemptedUsername
public String getAttemptedUsername()
-
-