Uses of Enum Class
com.iizix.user.SigninResult
Packages that use SigninResult
Package
Description
Uses of SigninResult in com.iizix.gyro
Methods in com.iizix.gyro that return SigninResultModifier 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.Method parameters in com.iizix.gyro with type arguments of type SigninResultModifier 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
Methods in com.iizix.license with parameters of type SigninResultModifier and TypeMethodDescriptionvoid
ILicenseLogin.onLogin
(SigninResult result) Called when the login completes successfully or without errors.Method parameters in com.iizix.license with type arguments of type SigninResultModifier 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
Methods in com.iizix.server.gyro that return SigninResultModifier 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
Fields in com.iizix.server.user declared as SigninResultModifier and TypeFieldDescriptionfinal SigninResult
UserAuthenticationInfo.result
The result of the user authentication.Methods in com.iizix.server.user that return SigninResultModifier and TypeMethodDescriptionUserAuthenticationInfo.getSigninResult()
Gets the result of the user authentication.Uses of SigninResult in com.iizix.user
Methods in com.iizix.user that return SigninResultModifier 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.Constructors in com.iizix.user with parameters of type SigninResultModifierConstructorDescriptionUserException
(UserIdentifier userIdentifier, SigninResult authenticationResult) Creates a user exception with an empty detail message.