Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationResult.ResolvableError
Packages that use AuthenticationResult.ResolvableError
Package
Description
Authentication related API and utilities
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.ResolvableErrorModifier and TypeFieldDescriptionAuthenticationResult.ErrorResult.error
InteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail.error
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationResult.ResolvableErrorModifier and TypeMethodDescriptionstatic LocalAuthenticationResult
LocalAuthenticationResult.failed
(AuthenticationResult.ResolvableError error) static LocalAuthenticationResult
LocalAuthenticationResult.failed
(AuthenticationResult.ResolvableError error, Exception cause) static LocalAuthenticationResult
LocalAuthenticationResult.failed
(AuthenticationResult.ResolvableError error, Exception cause, AuthenticationResult.DenyReason denyReason) static LocalAuthenticationResult
LocalAuthenticationResult.failed
(AuthenticationResult.ResolvableError error, AuthenticationResult.DenyReason denyReason) 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 -
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.ResolvableErrorModifier and TypeMethodDescriptionprotected AuthenticationResult
AbstractRemoteVerificator.addGenericMessageIfError
(RemoteAuthenticationResult result, AuthenticationResult.ResolvableError errorMessage)