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.errorInteractiveAuthenticationProcessor.PostAuthenticationStepDecision.ErrorDetail.errorMethods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationResult.ResolvableErrorModifier and TypeMethodDescriptionstatic LocalAuthenticationResultLocalAuthenticationResult.failed(AuthenticationResult.ResolvableError error) static LocalAuthenticationResultLocalAuthenticationResult.failed(AuthenticationResult.ResolvableError error, Exception cause) static LocalAuthenticationResultLocalAuthenticationResult.failed(AuthenticationResult.ResolvableError error, Exception cause, AuthenticationResult.DenyReason denyReason) static LocalAuthenticationResultLocalAuthenticationResult.failed(AuthenticationResult.ResolvableError error, AuthenticationResult.DenyReason denyReason) static RemoteAuthenticationResultRemoteAuthenticationResult.failed(RemotelyAuthenticatedPrincipal remotePrincipal, Exception cause, AuthenticationResult.ResolvableError error) static RemoteAuthenticationResultRemoteAuthenticationResult.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 AuthenticationResultAbstractRemoteVerificator.addGenericMessageIfError(RemoteAuthenticationResult result, AuthenticationResult.ResolvableError errorMessage)