Uses of Class
pl.edu.icm.unity.engine.api.translation.in.MappingResult
Package
Description
Remote authentication API
Input translation profiles API
-
Uses of MappingResult in pl.edu.icm.unity.engine.api.authn.remote
Modifier and TypeMethodDescriptionvoid
RemotelyAuthenticatedPrincipal.setMappingResult
(MappingResult mappingResult) -
Uses of MappingResult in pl.edu.icm.unity.engine.api.translation.in
Modifier and TypeMethodDescriptionfinal MappingResult
InputTranslationAction.invoke
(RemotelyAuthenticatedInput input, Object mvelCtx, String currentProfile) Performs the translation.protected abstract MappingResult
InputTranslationAction.invokeWrapped
(RemotelyAuthenticatedInput input, Object mvelCtx, String currentProfile) Modifier and TypeMethodDescriptionInputTranslationEngine.getExistingIdentity
(MappingResult result) boolean
InputTranslationEngine.identitiesNotPresentInDb
(MappingResult result) void
MappingResult.mergeWith
(MappingResult result) void
InputTranslationEngine.mergeWithExisting
(MappingResult result, EntityParam baseEntity) Merges the information obtained after execution of an input translation profile with a manually specified entity.void
InputTranslationEngine.process
(MappingResult result) Entry point. -
Uses of MappingResult in pl.edu.icm.unity.engine.translation.in.action
Modifier and TypeMethodDescriptionprotected MappingResult
BlindStopperInputAction.invokeWrapped
(RemotelyAuthenticatedInput input, Object mvelCtx, String currentProfile) protected MappingResult
IncludeInputProfileActionFactory.IncludeInputProfileAction.invokeWrapped
(RemotelyAuthenticatedInput input, Object mvelCtx, String currentProfile)