Uses of Class
com.iizix.user.UserIdentifier
Packages that use UserIdentifier
Uses of UserIdentifier in com.iizix.server.user
Methods in com.iizix.server.user that return UserIdentifierMethods in com.iizix.server.user with parameters of type UserIdentifierModifier 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
Subclasses of UserIdentifier in com.iizix.userModifier and TypeClassDescriptionclass
The User identifier class holds the information about a user or a returning user.Methods in com.iizix.user that return UserIdentifierConstructors in com.iizix.user with parameters of type UserIdentifierModifierConstructorDescriptionUserException
(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.