Uses of Class
pl.edu.icm.unity.exceptions.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
Modifier and TypeMethodDescriptionReturns a realm by name -
Uses of WrongArgumentException in pl.edu.icm.unity.engine.api.authn
Modifier 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
ModifierConstructorDescriptionBaseEmailConfirmationState
(String serializedState) UserEmailConfirmationState
(String serializedState) -
Uses of WrongArgumentException in pl.edu.icm.unity.engine.api.endpoint
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected void
InvitationParam.assertTypesAreTheSame
(InvitationParam newInvitationParam) void
ComboInvitationParam.validateUpdate
(InvitationParam newInvitationParam) void
EnquiryInvitationParam.validateUpdate
(InvitationParam newInvitationParam) void
RegistrationInvitationParam.validateUpdate
(InvitationParam newRegistrationInvitationParam)