Uses of Class
com.iizix.user.UserIdentifier
Uses of UserIdentifier in com.iizix.server.user
Modifier and TypeMethodDescriptionfinal UserAuthenticationInfo
UserAuthentication.validateUser
(UserIdentifier userIdentifier, AppFactory appFactory, String validatePassword) Authenticates a user ID and password.final UserAuthenticationInfo
UserAuthentication.validateUser
(UserIdentifier userIdentifier, String appID, String validatePassword) Authenticates a user ID and password.Uses of UserIdentifier in com.iizix.user
Modifier and TypeClassDescriptionclass
The User identifier class holds the information about a user or a returning user.ModifierConstructorDescriptionUserException
(UserIdentifier userIdentifier, SigninResult authenticationResult) Creates a user exception with an empty detail message.UserException
(UserIdentifier userIdentifier, String message) Creates a user exception with a message.UserException
(UserIdentifier userIdentifier, String message, Throwable exception) Creates a user exception with a message and an exception cause.