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 InvocationContext
InvocationContext. 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 CredentialPublicInformation
LocalCredentialVerificator. checkCredentialState(String currentCredential)
String
LocalCredentialVerificator. 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 String
BaseEmailConfirmationState. 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 class
ProjectInvitationsManagement.IllegalInvitationException
static class
ProjectInvitationsManagement.NotProjectInvitation
static class
ProjectInvitationsManagement.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 HTTPRequestContext
HTTPRequestContext. 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)
-