Uses of Class
com.saperion.ngc.model.authorization.AuthenticationInformation
Packages that use AuthenticationInformation
Package
Description
Package for authorization model classes.
Package for client utility classes.
-
Uses of AuthenticationInformation in com.saperion.ngc.model.authorization
Methods in com.saperion.ngc.model.authorization that return AuthenticationInformationModifier and TypeMethodDescriptionUser.getAuthenticationInformation()
AuthenticationInformation.mergePassword
(String newPassword) Merges a new AuthenticationInformation with another password.AuthenticationInformation.mergeShortName
(String loginName) Merges a new AuthenticationInformation with another login name.Methods in com.saperion.ngc.model.authorization with parameters of type AuthenticationInformationModifier and TypeMethodDescriptionfinal User
AuthClassicConnectorService.logon
(AuthenticationInformation info) Logon to service.AuthorizationService.logon
(AuthenticationInformation auth) Logon to service.Constructors in com.saperion.ngc.model.authorization with parameters of type AuthenticationInformationModifierConstructorDescriptionUser
(com.saperion.intf.SaUserInfo userInfo, AuthenticationInformation auth) Creates a new user from a userinfo object.Creates a new user with only the authentication information set.User
(com.saperion.users.UserName userName, int uid, boolean isPresent, AuthenticationInformation auth, com.saperion.users.UserFlags userFlags, int mandantId) Literal constructor. -
Uses of AuthenticationInformation in com.saperion.ngc.util
Methods in com.saperion.ngc.util that return AuthenticationInformationModifier and TypeMethodDescriptionstatic AuthenticationInformation
CookieUtil.getLastLoginFromCookie()
Reads the last active user from a cookie.