Uses of Class
pl.edu.icm.unity.exceptions.InternalException
-
Packages that use InternalException Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.local Local authentication API and general purpose support classespl.edu.icm.unity.engine.api.confirmation.states Different types of confirmation state which is stored in database.pl.edu.icm.unity.engine.api.project pl.edu.icm.unity.engine.api.server Network server related APIspl.edu.icm.unity.types.basic -
-
Uses of InternalException in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that throw InternalException Modifier and Type Method Description static InvocationContextInvocationContext. getCurrent() -
Uses of InternalException in pl.edu.icm.unity.engine.api.authn.local
Methods in pl.edu.icm.unity.engine.api.authn.local that throw InternalException Modifier and Type Method Description CredentialPublicInformationLocalCredentialVerificator. checkCredentialState(String currentCredential)StringLocalCredentialVerificator. prepareCredential(String rawCredential, String currentCredential, boolean verifyNew)Prepares the credential for DB insertion. -
Uses of InternalException in pl.edu.icm.unity.engine.api.confirmation.states
Methods in pl.edu.icm.unity.engine.api.confirmation.states that throw InternalException Modifier and Type Method Description StringBaseEmailConfirmationState. getSerializedConfiguration() -
Uses of InternalException in pl.edu.icm.unity.engine.api.project
Subclasses of InternalException in pl.edu.icm.unity.engine.api.project Modifier and Type Class Description static classProjectInvitationsManagement.IllegalInvitationExceptionstatic classProjectInvitationsManagement.NotProjectInvitationstatic classProjectInvitationsManagement.ProjectMisconfiguredException -
Uses of InternalException in pl.edu.icm.unity.engine.api.server
Methods in pl.edu.icm.unity.engine.api.server that throw InternalException Modifier and Type Method Description static HTTPRequestContextHTTPRequestContext. getCurrent() -
Uses of InternalException in pl.edu.icm.unity.types.basic
Constructors in pl.edu.icm.unity.types.basic that throw InternalException Constructor Description VerifiableElementBase(com.fasterxml.jackson.databind.JsonNode jsonN)VerifiableEmail(com.fasterxml.jackson.databind.JsonNode jsonN)VerifiableMobileNumber(com.fasterxml.jackson.databind.JsonNode jsonN)
-