public interface CredentialInputValidator
Modifier and Type | Method and Description |
---|---|
boolean |
isConfiguredFor(RealmModel realm,
UserModel user,
String credentialType) |
boolean |
isValid(RealmModel realm,
UserModel user,
CredentialInput input) |
boolean |
supportsCredentialType(String credentialType) |
boolean supportsCredentialType(String credentialType)
boolean isConfiguredFor(RealmModel realm, UserModel user, String credentialType)
boolean isValid(RealmModel realm, UserModel user, CredentialInput input)
Copyright © 2017 JBoss by Red Hat. All rights reserved.