Uses of Class
pl.edu.icm.unity.engine.api.authn.IllegalCredentialException
Packages that use IllegalCredentialException
Package
Description
Authentication related API and utilities
Local authentication API and general purpose support classes
-
Uses of IllegalCredentialException in pl.edu.icm.unity.engine.api.authn
Subclasses of IllegalCredentialException in pl.edu.icm.unity.engine.api.authnModifier and TypeClassDescriptionclassThrown when credential being set was recently used -
Uses of IllegalCredentialException in pl.edu.icm.unity.engine.api.authn.local
Methods in pl.edu.icm.unity.engine.api.authn.local that throw IllegalCredentialExceptionModifier and TypeMethodDescriptionLocalCredentialsRegistry.createLocalCredentialVerificator(pl.edu.icm.unity.base.authn.CredentialDefinition def) LocalCredentialVerificator.prepareCredential(String rawCredential, String currentCredential, boolean verifyNew) Prepares the credential for DB insertion.