Uses of Class
pl.edu.icm.unity.exceptions.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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionIdentityTypeDefinition.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 exceptionIdentityResolver.getIdentitiesForEntity
(EntityParam entity) ResolvesEntityParam
to 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 credentialvoid
Checks if the value is valid -
Uses of IllegalIdentityValueException in pl.edu.icm.unity.engine.api.token
Modifier and TypeMethodDescriptionvoid
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
Modifier 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