@ManagedCredential(value=OTPCredentialStorage.class) @Entity public class OTPCredentialTypeEntity extends AbstractCredentialTypeEntity
This entity is mapped to support OTP credential types using a OTPCredentialStorage.
| Constructor and Description |
|---|
OTPCredentialTypeEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTotpDevice() |
String |
getTotpSecretKey() |
void |
setTotpDevice(String totpDevice) |
void |
setTotpSecretKey(String totpSecretKey) |
getEffectiveDate, getExpiryDate, getId, getOwner, getTypeName, setEffectiveDate, setExpiryDate, setId, setOwner, setTypeNameCopyright © 2024. All rights reserved.