Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationResult.DenyReason
-
Packages that use AuthenticationResult.DenyReason Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilitiespl.edu.icm.unity.engine.api.authn.sandbox -
-
Uses of AuthenticationResult.DenyReason in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticationResult.DenyReason Modifier and Type Method Description static AuthenticationResult.DenyReason
AuthenticationResult.DenyReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationResult.DenyReason[]
AuthenticationResult.DenyReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.edu.icm.unity.engine.api.authn that return types with arguments of type AuthenticationResult.DenyReason Modifier and Type Method Description Optional<AuthenticationResult.DenyReason>
AuthenticationResult. getDenyReason()
Optional<AuthenticationResult.DenyReason>
LocalAuthenticationResult. getDenyReason()
Optional<AuthenticationResult.DenyReason>
RemoteAuthenticationResult. getDenyReason()
Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationResult.DenyReason Modifier and Type Method Description static 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 Modifier and Type Method Description Optional<AuthenticationResult.DenyReason>
SandboxAuthenticationResult. getDenyReason()
-