Class RecoveryAuthnCodesCredentialData
- java.lang.Object
- 
- org.keycloak.models.credential.dto.RecoveryAuthnCodesCredentialData
 
- 
 public class RecoveryAuthnCodesCredentialData extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description RecoveryAuthnCodesCredentialData(int hashIterations, String algorithm, int remainingCodes, int totalCodes)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()intgetHashIterations()intgetRemainingCodes()intgetTotalCodes()voidsetRemainingCodes(int remainingCodes)voidsetTotalCodes(int totalCodes)
 
- 
- 
- 
Constructor Detail- 
RecoveryAuthnCodesCredentialDatapublic RecoveryAuthnCodesCredentialData(int hashIterations, String algorithm, int remainingCodes, int totalCodes)
 
- 
 - 
Method Detail- 
getHashIterationspublic int getHashIterations() 
 - 
getAlgorithmpublic String getAlgorithm() 
 - 
getRemainingCodespublic int getRemainingCodes() 
 - 
setRemainingCodespublic void setRemainingCodes(int remainingCodes) 
 - 
getTotalCodespublic int getTotalCodes() 
 - 
setTotalCodespublic void setTotalCodes(int totalCodes) 
 
- 
 
-