Class TotpBean
- java.lang.Object
- 
- org.keycloak.forms.account.freemarker.model.TotpBean
 
- 
 public class TotpBean extends Object - Author:
- Stian Thorgersen
 
- 
- 
Constructor SummaryConstructors Constructor Description TotpBean(KeycloakSession session, RealmModel realm, UserModel user, javax.ws.rs.core.UriBuilder uriBuilder)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetManualUrl()List<CredentialModel>getOtpCredentials()OTPPolicygetPolicy()StringgetQrUrl()List<String>getSupportedApplications()StringgetTotpSecret()StringgetTotpSecretEncoded()StringgetTotpSecretQrCode()booleanisEnabled()
 
- 
- 
- 
Constructor Detail- 
TotpBeanpublic TotpBean(KeycloakSession session, RealmModel realm, UserModel user, javax.ws.rs.core.UriBuilder uriBuilder) 
 
- 
 - 
Method Detail- 
isEnabledpublic boolean isEnabled() 
 - 
getTotpSecretpublic String getTotpSecret() 
 - 
getTotpSecretEncodedpublic String getTotpSecretEncoded() 
 - 
getTotpSecretQrCodepublic String getTotpSecretQrCode() 
 - 
getManualUrlpublic String getManualUrl() 
 - 
getQrUrlpublic String getQrUrl() 
 - 
getPolicypublic OTPPolicy getPolicy() 
 - 
getOtpCredentialspublic List<CredentialModel> getOtpCredentials() 
 
- 
 
-