public class TotpLoginBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TotpLoginBean.OTPCredential |
Constructor and Description |
---|
TotpLoginBean(KeycloakSession session,
RealmModel realm,
UserModel user,
String selectedCredentialId) |
Modifier and Type | Method and Description |
---|---|
String |
getSelectedCredentialId() |
List<TotpLoginBean.OTPCredential> |
getUserOtpCredentials() |
public TotpLoginBean(KeycloakSession session, RealmModel realm, UserModel user, String selectedCredentialId)
public List<TotpLoginBean.OTPCredential> getUserOtpCredentials()
public String getSelectedCredentialId()
Copyright © 2021 JBoss by Red Hat. All rights reserved.