Class TotpLoginBean
- java.lang.Object
- 
- org.keycloak.forms.login.freemarker.model.TotpLoginBean
 
- 
 public class TotpLoginBean extends Object Used for TOTP login- Author:
- Marek Posolda
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classTotpLoginBean.OTPCredential
 - 
Constructor SummaryConstructors Constructor Description TotpLoginBean(KeycloakSession session, RealmModel realm, UserModel user, String selectedCredentialId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSelectedCredentialId()List<TotpLoginBean.OTPCredential>getUserOtpCredentials()
 
- 
- 
- 
Constructor Detail- 
TotpLoginBeanpublic TotpLoginBean(KeycloakSession session, RealmModel realm, UserModel user, String selectedCredentialId) 
 
- 
 - 
Method Detail- 
getUserOtpCredentialspublic List<TotpLoginBean.OTPCredential> getUserOtpCredentials() 
 - 
getSelectedCredentialIdpublic String getSelectedCredentialId() 
 
- 
 
-