Uses of Class
pl.edu.icm.unity.engine.api.authn.RemoteAuthenticationResult
-
Packages that use RemoteAuthenticationResult Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.remote Remote authentication APIpl.edu.icm.unity.engine.api.authn.sandbox -
-
Uses of RemoteAuthenticationResult in pl.edu.icm.unity.engine.api.authn
Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type RemoteAuthenticationResult Constructor Description RemoteAuthenticationResult(RemoteAuthenticationResult toClone)
-
Uses of RemoteAuthenticationResult in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote that return RemoteAuthenticationResult Modifier and Type Method Description RemoteAuthenticationResult
RemoteAuthnResultTranslator. assembleAuthenticationResult(RemotelyAuthenticatedPrincipal remoteContext, String registrationForm, boolean allowAssociation)
Tries to resolve the primary identity from the previously createdRemotelyAuthenticatedPrincipal
(usually via#processRemoteInput(RemotelyAuthenticatedInput)
) and returns a finalAuthenticationResult
depending on the success of this action.protected RemoteAuthenticationResult
AbstractRemoteVerificator. getResult(RemotelyAuthenticatedInput input, TranslationProfile profile, boolean sandboxMode, String registrationForm, boolean allowAssociation)
RemoteAuthenticationResult
UnknownRemoteUserException. getResult()
protected RemoteAuthenticationResult
AbstractRemoteVerificator. getResultForNonInteractiveAuthn(RemotelyAuthenticatedInput input, TranslationProfile profile)
RemoteAuthenticationResult
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)
.RemoteAuthenticationResult
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 directlyMethods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type RemoteAuthenticationResult Modifier and Type Method Description protected AuthenticationResult
AbstractRemoteVerificator. addGenericMessageIfError(RemoteAuthenticationResult result, AuthenticationResult.ResolvableError errorMessage)
Constructors in pl.edu.icm.unity.engine.api.authn.remote with parameters of type RemoteAuthenticationResult Constructor Description UnknownRemoteUserException(String msg, RemoteAuthenticationResult result)
-
Uses of RemoteAuthenticationResult in pl.edu.icm.unity.engine.api.authn.sandbox
Methods in pl.edu.icm.unity.engine.api.authn.sandbox that return RemoteAuthenticationResult Modifier and Type Method Description RemoteAuthenticationResult
SandboxAuthenticationResult. asRemote()
-