Uses of Class
pl.edu.icm.unity.exceptions.IllegalIdentityValueException
Packages that use IllegalIdentityValueException
Package
Description
Authentication related API and utilities
Identity API
Low level tokens management API
Generic translation profile interface
-
Uses of IllegalIdentityValueException in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that throw IllegalIdentityValueExceptionModifier and TypeMethodDescriptionvoidCredentialReset.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 IllegalIdentityValueExceptionModifier and TypeMethodDescriptionIdentityTypeDefinition.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 exceptionIdentityResolver.getIdentitiesForEntity(EntityParam entity) ResolvesEntityParamto list of all Identities, if missing throws exceptionIdentityResolver.insertIdentity(IdentityParam toAdd, EntityParam entity) Insert identity in DB.IdentityResolver.resolveSubject(AuthenticationSubject subject, String identityType) Provides information about subject including its credentialIdentityResolver.resolveSubject(AuthenticationSubject subject, String[] identityTypes, String credentialName) Provides information about subject including its credentialvoidChecks 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 IllegalIdentityValueExceptionModifier and TypeMethodDescriptionvoidTokensManagement.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 IllegalIdentityValueExceptionModifier and TypeMethodDescriptionExternalDataParser.parseAsConfirmedIdentity(IdentityTypeDefinition identityType, Object externalValue, String idp, String profile) ExternalDataParser.parseAsIdentity(String identityType, Object externalValue) 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