Uses of Class
pl.edu.icm.unity.exceptions.IllegalIdentityValueException
-
Packages that use IllegalIdentityValueException Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.identity Identity APIpl.edu.icm.unity.engine.api.token Low level tokens management APIpl.edu.icm.unity.engine.api.translation Generic translation profile interfacepl.edu.icm.unity.types.basic -
-
Uses of IllegalIdentityValueException in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that throw IllegalIdentityValueException Modifier and Type Method Description voidCredentialReset. verifyStaticData(String aswer)Verifies if the static data is about the subject is correct. -
Uses of IllegalIdentityValueException in pl.edu.icm.unity.engine.api.identity
Methods in pl.edu.icm.unity.engine.api.identity that throw IllegalIdentityValueException Modifier and Type Method Description IdentityParamIdentityTypeDefinition. convertFromString(String stringRepresentation, String remoteIdp, String translationProfile)Creates an IdentityParam from a string representation.longEntityResolver. getEntityId(EntityParam entity)ResolvesEntityParam, if missing throws exceptionlongEntityResolver. getEntityId(IdentityTaV entity)ResolvesIdentityTaV, if missing throws exceptionList<Identity>IdentityResolver. getIdentitiesForEntity(EntityParam entity)ResolvesEntityParamto list of all Identities, if missing throws exceptionIdentityIdentityResolver. insertIdentity(IdentityParam toAdd, EntityParam entity)Insert identity in DB.IdentityIdentityResolver. resolveSubject(AuthenticationSubject subject, String identityType)Provides information about subject including its credentialEntityWithCredentialIdentityResolver. resolveSubject(AuthenticationSubject subject, String[] identityTypes, String credentialName)Provides information about subject including its credentialvoidIdentityTypeDefinition. validate(String value)Checks if the value is valid -
Uses of IllegalIdentityValueException in pl.edu.icm.unity.engine.api.token
Methods in pl.edu.icm.unity.engine.api.token that throw IllegalIdentityValueException Modifier and Type Method Description voidTokensManagement. addToken(String type, String value, EntityParam owner, byte[] contents, Date created, Date expires)Adds a new tokenList<pl.edu.icm.unity.base.token.Token>TokensManagement. getOwnedTokens(String type, EntityParam entity)Returns all tokens of the entity -
Uses of IllegalIdentityValueException in pl.edu.icm.unity.engine.api.translation
Methods in pl.edu.icm.unity.engine.api.translation that throw IllegalIdentityValueException Modifier and Type Method Description IdentityParamExternalDataParser. parseAsConfirmedIdentity(IdentityTypeDefinition identityType, Object externalValue, String idp, String profile)IdentityParamExternalDataParser. parseAsIdentity(String identityType, Object externalValue)IdentityParamExternalDataParser. parseAsIdentity(IdentityTypeDefinition identityType, Object externalValue, String idp, String profile) -
Uses of IllegalIdentityValueException in pl.edu.icm.unity.types.basic
Methods in pl.edu.icm.unity.types.basic that throw IllegalIdentityValueException Modifier and Type Method Description voidEntityParam. validateInitialization()
-