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 TypeMethodDescriptionvoidAuthenticationFlow.checkIfAuthenticatorsAreAmongSupported(Set<String> supportedBindings) voidCredentialReset.verifyDynamicData(String emailCode) Verifies if the dynamic data about the subject is correct.voidCredentialReset.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 voidEndpointPathValidator.validateEndpointPath(String contextPath) static voidEndpointPathValidator.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 TypeClassDescriptionclassThrows to indicate that user already exists in the system.classThrown 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 voidInvitationParam.assertTypesAreTheSame(InvitationParam newInvitationParam) voidComboInvitationParam.validateUpdate(InvitationParam newInvitationParam) voidEnquiryInvitationParam.validateUpdate(InvitationParam newInvitationParam) voidRegistrationInvitationParam.validateUpdate(InvitationParam newRegistrationInvitationParam)