Uses of Class
org.keycloak.models.credential.OTPCredentialModel
- 
Packages that use OTPCredentialModel Package Description org.keycloak.authentication.requiredactions org.keycloak.credential org.keycloak.models.credential org.keycloak.models.utils org.keycloak.utils 
- 
- 
Uses of OTPCredentialModel in org.keycloak.authentication.requiredactionsMethods in org.keycloak.authentication.requiredactions with parameters of type OTPCredentialModel Modifier and Type Method Description protected booleanUpdateTotp. validateOTPCredential(RequiredActionContext context, String token, OTPCredentialModel credentialModel, OTPPolicy policy)
- 
Uses of OTPCredentialModel in org.keycloak.credentialMethods in org.keycloak.credential that return OTPCredentialModel Modifier and Type Method Description OTPCredentialModelOTPCredentialProvider. getCredentialFromModel(CredentialModel model)Methods in org.keycloak.credential with parameters of type OTPCredentialModel Modifier and Type Method Description CredentialModelOTPCredentialProvider. createCredential(RealmModel realm, UserModel user, OTPCredentialModel credentialModel)
- 
Uses of OTPCredentialModel in org.keycloak.models.credentialMethods in org.keycloak.models.credential that return OTPCredentialModel Modifier and Type Method Description static OTPCredentialModelOTPCredentialModel. createFromCredentialModel(CredentialModel credentialModel)static OTPCredentialModelOTPCredentialModel. createFromPolicy(RealmModel realm, String secretValue)static OTPCredentialModelOTPCredentialModel. createFromPolicy(RealmModel realm, String secretValue, String userLabel)static OTPCredentialModelOTPCredentialModel. createHOTP(String secretValue, int digits, int counter, String algorithm)static OTPCredentialModelOTPCredentialModel. createTOTP(String secretValue, int digits, int period, String algorithm)
- 
Uses of OTPCredentialModel in org.keycloak.models.utilsMethods in org.keycloak.models.utils with parameters of type OTPCredentialModel Modifier and Type Method Description static booleanCredentialValidation. validOTP(String token, OTPCredentialModel credentialModel, int lookAheadWindow)
- 
Uses of OTPCredentialModel in org.keycloak.utilsMethods in org.keycloak.utils with parameters of type OTPCredentialModel Modifier and Type Method Description static booleanCredentialHelper. createOTPCredential(KeycloakSession session, RealmModel realm, UserModel user, String totpCode, OTPCredentialModel credentialModel)Create OTP credential either in userStorage or local storage (Keycloak DB)
 
-