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 AuthenticationRealmRealmsManagement. 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 voidAuthenticationFlow. 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 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 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.exceptions Modifier and Type Class Description classIdentityExistsExceptionThrows to indicate that user already exists in the system.classIllegalFormContentsExceptionThrown when there is problem with submitted form (enquiry, registration etc).static classIllegalFormContentsException.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 voidInvitationParam. assertTypesAreTheSame(InvitationParam newInvitationParam)voidComboInvitationParam. validateUpdate(InvitationParam newInvitationParam)voidEnquiryInvitationParam. validateUpdate(InvitationParam newInvitationParam)voidRegistrationInvitationParam. validateUpdate(InvitationParam newRegistrationInvitationParam)
-