Uses of Class
com.iizix.user.UserIdentifier
Packages that use UserIdentifier Package Description com.iizix.server.user com.iizix.user Uses of UserIdentifier in com.iizix.server.user
Methods in com.iizix.server.user that return UserIdentifier Modifier and Type Method Description UserIdentifier
UserSessions. getUserIdentifier()
Gets the user identifier.Methods in com.iizix.server.user with parameters of type UserIdentifier Modifier and Type Method Description UserAuthenticationInfo
UserAuthentication. validateUser(UserIdentifier userIdentifier, java.lang.String appID, java.lang.String validatePassword)
Authenticates a user ID and password.Uses of UserIdentifier in com.iizix.user
Subclasses of UserIdentifier in com.iizix.user Modifier and Type Class Description class
SessionUserIdentifier
The User identifier class holds the information about a user or a returning user.Methods in com.iizix.user that return UserIdentifier Modifier and Type Method Description UserIdentifier
UserException. getUserIdentifier()
Gets the User Identifier.Constructors in com.iizix.user with parameters of type UserIdentifier Constructor Description UserException(UserIdentifier userIdentifier, LoginResult authenticationResult)
Creates a user exception with an empty detail message.UserException(UserIdentifier userIdentifier, java.lang.String message)
Creates a user exception with a message.UserException(UserIdentifier userIdentifier, java.lang.String message, java.lang.Throwable exception)
Creates a user exception with a message and an exception cause.