Uses of Class
pl.edu.icm.unity.exceptions.WrongArgumentException
-
Packages that use WrongArgumentException Package Description pl.edu.icm.unity.engine.api The main entry point to engine's functionality.pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.confirmation.states Different types of confirmation state which is stored in database.pl.edu.icm.unity.engine.api.endpoint Endpoint APIpl.edu.icm.unity.exceptions pl.edu.icm.unity.types.registration.invite 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 WrongArgumentException Modifier and Type Method Description AuthenticationRealm
RealmsManagement. getRealm(String name)
Returns 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 WrongArgumentException Modifier and Type Method Description void
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 WrongArgumentException Constructor Description BaseEmailConfirmationState(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 WrongArgumentException Modifier and Type Method Description static 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.exceptions Modifier and Type Class Description class
IdentityExistsException
Throws to indicate that user already exists in the system.class
IllegalFormContentsException
Thrown when there is problem with submitted form (enquiry, registration etc).static class
IllegalFormContentsException.OccupiedIdentityUsedInRequest
-
Uses of WrongArgumentException in pl.edu.icm.unity.types.registration.invite
Methods in pl.edu.icm.unity.types.registration.invite that throw WrongArgumentException Modifier and Type Method Description protected void
InvitationParam. assertTypesAreTheSame(InvitationParam newInvitationParam)
void
ComboInvitationParam. validateUpdate(InvitationParam newInvitationParam)
void
EnquiryInvitationParam. validateUpdate(InvitationParam newInvitationParam)
void
RegistrationInvitationParam. validateUpdate(InvitationParam newRegistrationInvitationParam)
-