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 void
CredentialReset. 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 IdentityParam
IdentityTypeDefinition. convertFromString(String stringRepresentation, String remoteIdp, String translationProfile)
Creates an IdentityParam from a string representation.long
EntityResolver. getEntityId(EntityParam entity)
ResolvesEntityParam
, if missing throws exceptionlong
EntityResolver. getEntityId(IdentityTaV entity)
ResolvesIdentityTaV
, if missing throws exceptionList<Identity>
IdentityResolver. getIdentitiesForEntity(EntityParam entity)
ResolvesEntityParam
to list of all Identities, if missing throws exceptionIdentity
IdentityResolver. insertIdentity(IdentityParam toAdd, EntityParam entity)
Insert identity in DB.Identity
IdentityResolver. resolveSubject(AuthenticationSubject subject, String identityType)
Provides information about subject including its credentialEntityWithCredential
IdentityResolver. resolveSubject(AuthenticationSubject subject, String[] identityTypes, String credentialName)
Provides information about subject including its credentialvoid
IdentityTypeDefinition. 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 void
TokensManagement. 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 IdentityParam
ExternalDataParser. parseAsConfirmedIdentity(IdentityTypeDefinition identityType, Object externalValue, String idp, String profile)
IdentityParam
ExternalDataParser. parseAsIdentity(String identityType, Object externalValue)
IdentityParam
ExternalDataParser. 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 void
EntityParam. validateInitialization()
-