Uses of Class
org.keycloak.credential.OTPCredentialProvider
-
-
Uses of OTPCredentialProvider in org.keycloak.authentication.authenticators.browser
Methods in org.keycloak.authentication.authenticators.browser that return OTPCredentialProvider Modifier and Type Method Description OTPCredentialProvider
OTPFormAuthenticator. getCredentialProvider(KeycloakSession session)
-
Uses of OTPCredentialProvider in org.keycloak.authentication.authenticators.challenge
Methods in org.keycloak.authentication.authenticators.challenge that return OTPCredentialProvider Modifier and Type Method Description OTPCredentialProvider
BasicAuthOTPAuthenticator. getCredentialProvider(KeycloakSession session)
-
Uses of OTPCredentialProvider in org.keycloak.authentication.authenticators.directgrant
Methods in org.keycloak.authentication.authenticators.directgrant that return OTPCredentialProvider Modifier and Type Method Description OTPCredentialProvider
ValidateOTP. getCredentialProvider(KeycloakSession session)
-
Uses of OTPCredentialProvider in org.keycloak.authentication.authenticators.resetcred
Methods in org.keycloak.authentication.authenticators.resetcred that return OTPCredentialProvider Modifier and Type Method Description OTPCredentialProvider
ResetOTP. getCredentialProvider(KeycloakSession session)
-
Uses of OTPCredentialProvider in org.keycloak.credential
Methods in org.keycloak.credential that return OTPCredentialProvider Modifier and Type Method Description OTPCredentialProvider
OTPCredentialProviderFactory. create(KeycloakSession session)
-