Uses of Enum Class
com.iizix.user.SigninResult
Package
Description
Uses of SigninResult in com.iizix.gyro
Modifier and TypeMethodDescriptionIUserAuthenticationUI.changePassword
(IClientSessionGyro clientGyro, String user, String oldPassword, String newPassword) Changes the password for the user.IUserAuthenticationUI.performExternalLogin
(IClientSessionGyro clientGyro, AuthenticationProvider provider, boolean rememberProvider, BiConsumer<SigninResult, IAuthenticatedUser> callback) Performs the login for any external login authentication provider.Modifier and TypeMethodDescriptionIUserAuthenticationUI.performExternalLogin
(IClientSessionGyro clientGyro, AuthenticationProvider provider, boolean rememberProvider, BiConsumer<SigninResult, IAuthenticatedUser> callback) Performs the login for any external login authentication provider.Uses of SigninResult in com.iizix.license
Modifier and TypeMethodDescriptionvoid
ILicenseLogin.onLogin
(SigninResult result) Called when the login completes successfully or without errors.Modifier and TypeMethodDescriptionIGenericLicenseSystem.signIn
(String email, String password, String newPassword, BiFunction<SigninResult, String, Void> callback) Sign in user.Uses of SigninResult in com.iizix.server.gyro
Modifier and TypeMethodDescriptionAppSessionGyro.changeExternallyAuthenticatedUser
(AuthenticatedUser authUser) Changes the authenticated user due an external authentication mechanism such as LinkedIn.Uses of SigninResult in com.iizix.server.user
Modifier and TypeFieldDescriptionfinal SigninResult
UserAuthenticationInfo.result
The result of the user authentication.Modifier and TypeMethodDescriptionUserAuthenticationInfo.getSigninResult()
Gets the result of the user authentication.Uses of SigninResult in com.iizix.user
Modifier and TypeMethodDescriptionUserException.getAuthenticationResult()
Gets the authentication result causing the exception.IUserAuthenticationInfo.getSigninResult()
Gets the result of the user authentication.static SigninResult
Returns the enum constant of this class with the specified name.static SigninResult[]
SigninResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionUserException
(UserIdentifier userIdentifier, SigninResult authenticationResult) Creates a user exception with an empty detail message.