public class TotpBean extends Object
Constructor and Description |
---|
TotpBean(KeycloakSession session,
RealmModel realm,
UserModel user,
javax.ws.rs.core.UriBuilder uriBuilder) |
Modifier and Type | Method and Description |
---|---|
String |
getManualUrl() |
List<CredentialModel> |
getOtpCredentials() |
OTPPolicy |
getPolicy() |
String |
getQrUrl() |
String |
getTotpSecret() |
String |
getTotpSecretEncoded() |
String |
getTotpSecretQrCode() |
boolean |
isEnabled() |
public TotpBean(KeycloakSession session, RealmModel realm, UserModel user, javax.ws.rs.core.UriBuilder uriBuilder)
public boolean isEnabled()
public String getTotpSecret()
public String getTotpSecretEncoded()
public String getTotpSecretQrCode()
public String getManualUrl()
public String getQrUrl()
public OTPPolicy getPolicy()
public List<CredentialModel> getOtpCredentials()
Copyright © 2020 JBoss by Red Hat. All rights reserved.