Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationResult.ResolvableError
-
Packages that use AuthenticationResult.ResolvableError Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.remote Remote authentication API -
-
Uses of AuthenticationResult.ResolvableError in pl.edu.icm.unity.engine.api.authn
Fields in pl.edu.icm.unity.engine.api.authn declared as AuthenticationResult.ResolvableError Modifier and Type Field Description AuthenticationResult.ResolvableError
AuthenticationResult.ErrorResult. error
AuthenticationResult.ResolvableError
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail. error
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationResult.ResolvableError Modifier and Type Method Description static LocalAuthenticationResult
LocalAuthenticationResult. failed(AuthenticationResult.ResolvableError error)
static LocalAuthenticationResult
LocalAuthenticationResult. failed(AuthenticationResult.ResolvableError error, Exception cause)
static RemoteAuthenticationResult
RemoteAuthenticationResult. failed(RemotelyAuthenticatedPrincipal remotePrincipal, Exception cause, AuthenticationResult.ResolvableError error)
static RemoteAuthenticationResult
RemoteAuthenticationResult. failed(RemotelyAuthenticatedPrincipal remotePrincipal, AuthenticationResult.ResolvableError error)
Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationResult.ResolvableError Constructor Description ErrorDetail(AuthenticationResult.ResolvableError error)
-
Uses of AuthenticationResult.ResolvableError in pl.edu.icm.unity.engine.api.authn.remote
Methods in pl.edu.icm.unity.engine.api.authn.remote with parameters of type AuthenticationResult.ResolvableError Modifier and Type Method Description protected AuthenticationResult
AbstractRemoteVerificator. addGenericMessageIfError(RemoteAuthenticationResult result, AuthenticationResult.ResolvableError errorMessage)
-