@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, setTypeName
Copyright © 2014. All rights reserved.