Uses of Enum Class
pl.edu.icm.unity.engine.api.authn.AuthenticationResult.DenyReason
Packages that use AuthenticationResult.DenyReason
Package
Description
Authentication related API and utilities
-
Uses of AuthenticationResult.DenyReason in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticationResult.DenyReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AuthenticationResult.DenyReason[]
AuthenticationResult.DenyReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in pl.edu.icm.unity.engine.api.authn that return types with arguments of type AuthenticationResult.DenyReasonModifier and TypeMethodDescriptionAuthenticationResult.getDenyReason()
LocalAuthenticationResult.getDenyReason()
RemoteAuthenticationResult.getDenyReason()
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationResult.DenyReasonModifier and TypeMethodDescriptionstatic LocalAuthenticationResult
LocalAuthenticationResult.failed
(Exception cause, AuthenticationResult.DenyReason denyReason) static LocalAuthenticationResult
LocalAuthenticationResult.failed
(AuthenticationResult.ResolvableError error, Exception cause, AuthenticationResult.DenyReason denyReason) static LocalAuthenticationResult
LocalAuthenticationResult.failed
(AuthenticationResult.ResolvableError error, AuthenticationResult.DenyReason denyReason) -
Uses of AuthenticationResult.DenyReason in pl.edu.icm.unity.engine.api.authn.sandbox
Methods in pl.edu.icm.unity.engine.api.authn.sandbox that return types with arguments of type AuthenticationResult.DenyReason