Class AuthenticationContextBean
- java.lang.Object
- 
- org.keycloak.forms.login.freemarker.model.AuthenticationContextBean
 
- 
 public class AuthenticationContextBean extends Object - Author:
- Marek Posolda
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthenticationContextBean(AuthenticationFlowContext context, LoginFormsPages page)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttemptedUsername()List<AuthenticationSelectionOption>getAuthenticationSelections()booleanshowResetCredentials()booleanshowTryAnotherWayLink()booleanshowUsername()
 
- 
- 
- 
Constructor Detail- 
AuthenticationContextBeanpublic AuthenticationContextBean(AuthenticationFlowContext context, LoginFormsPages page) 
 
- 
 - 
Method Detail- 
getAuthenticationSelectionspublic List<AuthenticationSelectionOption> getAuthenticationSelections() 
 - 
showTryAnotherWayLinkpublic boolean showTryAnotherWayLink() 
 - 
showUsernamepublic boolean showUsername() 
 - 
showResetCredentialspublic boolean showResetCredentials() 
 - 
getAttemptedUsernamepublic String getAttemptedUsername() 
 
- 
 
-