Uses of Class
pl.edu.icm.unity.exceptions.WrongArgumentException
Packages that use WrongArgumentException
Package
Description
The main entry point to engine's functionality.
Authentication related API and utilities
Different types of confirmation state which is stored in database.
Endpoint API
Support for registration by invitation, with one time use registration codes.
-
Uses of WrongArgumentException in pl.edu.icm.unity.engine.api
Methods in pl.edu.icm.unity.engine.api that throw WrongArgumentExceptionModifier and TypeMethodDescriptionReturns a realm by name -
Uses of WrongArgumentException in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that throw WrongArgumentExceptionModifier and TypeMethodDescriptionvoid
AuthenticationFlow.checkIfAuthenticatorsAreAmongSupported
(Set<String> supportedBindings) void
CredentialReset.verifyDynamicData
(String emailCode) Verifies if the dynamic data about the subject is correct.void
CredentialReset.verifyStaticData
(String aswer) Verifies if the static data is about the subject is correct. -
Uses of WrongArgumentException in pl.edu.icm.unity.engine.api.confirmation.states
Constructors in pl.edu.icm.unity.engine.api.confirmation.states that throw WrongArgumentExceptionModifierConstructorDescriptionBaseEmailConfirmationState
(String serializedState) UserEmailConfirmationState
(String serializedState) -
Uses of WrongArgumentException in pl.edu.icm.unity.engine.api.endpoint
Methods in pl.edu.icm.unity.engine.api.endpoint that throw WrongArgumentExceptionModifier and TypeMethodDescriptionstatic void
EndpointPathValidator.validateEndpointPath
(String contextPath) static void
EndpointPathValidator.validateEndpointPath
(String contextPath, Set<String> usedContextPath) -
Uses of WrongArgumentException in pl.edu.icm.unity.exceptions
Subclasses of WrongArgumentException in pl.edu.icm.unity.exceptionsModifier and TypeClassDescriptionclass
Throws to indicate that user already exists in the system.class
Thrown when there is problem with submitted form (enquiry, registration etc).static class
-
Uses of WrongArgumentException in pl.edu.icm.unity.types.registration.invite
Methods in pl.edu.icm.unity.types.registration.invite that throw WrongArgumentExceptionModifier and TypeMethodDescriptionprotected void
InvitationParam.assertTypesAreTheSame
(InvitationParam newInvitationParam) void
ComboInvitationParam.validateUpdate
(InvitationParam newInvitationParam) void
EnquiryInvitationParam.validateUpdate
(InvitationParam newInvitationParam) void
RegistrationInvitationParam.validateUpdate
(InvitationParam newRegistrationInvitationParam)