Uses of Class
com.iizix.server.user.UserAuthenticationInfo
Uses of UserAuthenticationInfo in com.iizix.server.user
Modifier and TypeFieldDescriptionstatic final UserAuthenticationInfo
UserAuthenticationInfo.EXTERNAL_USER
The external user being used at initial application start.Modifier and TypeMethodDescriptionActiveUserSessions.getUserAuthentication
(ClientParams params) Authenticate the session ID information without checking the password.final 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.