Uses of Class
pl.edu.icm.unity.exceptions.IllegalCredentialException
-
Packages that use IllegalCredentialException Package Description pl.edu.icm.unity.engine.api.authn.local Local authentication API and general purpose support classespl.edu.icm.unity.exceptions -
-
Uses of IllegalCredentialException in pl.edu.icm.unity.engine.api.authn.local
Methods in pl.edu.icm.unity.engine.api.authn.local that throw IllegalCredentialException Modifier and Type Method Description LocalCredentialVerificator
LocalCredentialsRegistry. createLocalCredentialVerificator(CredentialDefinition def)
String
LocalCredentialVerificator. prepareCredential(String rawCredential, String currentCredential, boolean verifyNew)
Prepares the credential for DB insertion. -
Uses of IllegalCredentialException in pl.edu.icm.unity.exceptions
Subclasses of IllegalCredentialException in pl.edu.icm.unity.exceptions Modifier and Type Class Description class
CredentialRecentlyUsedException
Thrown when credential being set was recently used
-