Uses of Class
pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationException
Packages that use RemoteAuthenticationException
-
Uses of RemoteAuthenticationException in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote that throw RemoteAuthenticationExceptionModifier and TypeMethodDescriptionRemoteAuthnResultTranslator.assembleAuthenticationResult(RemotelyAuthenticatedPrincipal remoteContext, String registrationForm, boolean allowAssociation) Tries to resolve the primary identity from the previously createdRemotelyAuthenticatedPrincipal(usually via#processRemoteInput(RemotelyAuthenticatedInput)) and returns a finalAuthenticationResultdepending on the success of this action.protected RemoteAuthenticationResultAbstractRemoteVerificator.getResult(RemotelyAuthenticatedInput input, TranslationProfile profile, boolean sandboxMode, String registrationForm, boolean allowAssociation) protected RemoteAuthenticationResultAbstractRemoteVerificator.getResultForNonInteractiveAuthn(RemotelyAuthenticatedInput input, TranslationProfile profile) RemoteAuthnResultTranslator.getTranslatedResult(RemotelyAuthenticatedInput input, String profile, boolean dryRun, Optional<IdentityTaV> identity, String registrationForm, boolean allowAssociation) This method is calling#processRemoteInput(RemotelyAuthenticatedInput)and then#assembleAuthenticationResult(RemotelyAuthenticatedPrincipal).RemoteAuthnResultTranslator.getTranslatedResult(RemotelyAuthenticatedInput input, TranslationProfile profile, boolean dryRun, Optional<IdentityTaV> identity, String registrationForm, boolean allowAssociation) Equivalent to#getResult(RemotelyAuthenticatedInput, String, boolean, Optional)but translation profile is given directly